Sdílet prostřednictvím


MicrosoftGraphKeyCredential.CustomKeyIdentifier Property

Definition

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

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to