Share via


AsymmetricEncryptedSecret.EncryptionCertThumbprint Property

Definition

Gets or sets thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.

[Newtonsoft.Json.JsonProperty(PropertyName="encryptionCertThumbprint")]
public string EncryptionCertThumbprint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptionCertThumbprint")>]
member this.EncryptionCertThumbprint : string with get, set
Public Property EncryptionCertThumbprint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to