Share via


PasswordCredential.CustomKeyIdentifier Property

Definition

Gets or sets custom Key Identifier

[Newtonsoft.Json.JsonProperty(PropertyName="customKeyIdentifier")]
public byte[] CustomKeyIdentifier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customKeyIdentifier")>]
member this.CustomKeyIdentifier : byte[] with get, set
Public Property CustomKeyIdentifier As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to