你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttestationTokenValidationEventArgs.IsValid Property

Definition

Set by the event callback to "true" to indicate that the callback has validated the token, false otherwise.

public bool IsValid { get; set; }
member this.IsValid : bool with get, set
Public Property IsValid As Boolean

Property Value

Remarks

The default value of IsValid is 'true'.

Applies to