Compartir a través de


CertificateBodyDescription.IsVerified Propiedad

Definición

Obtiene o establece true indica que el certificado se creará en estado comprobado y no será necesaria la prueba de posesión.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a