Share via


MicrosoftgraphalternativeSecurityId.Key Property

Definition

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

Property Value

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

Applies to