共用方式為


VerificationCodeResponseProperties.IsVerified Property

Definition

Gets or sets indicate if the certificate is verified by owner of private key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to