Bagikan melalui


CertificatePropertiesWithNonce.IsVerified Property

Definition

Gets determines whether certificate has been verified.

[Newtonsoft.Json.JsonProperty(PropertyName="isVerified")]
public bool? IsVerified { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isVerified")>]
member this.IsVerified : Nullable<bool>
Public ReadOnly Property IsVerified As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to