JsonWebKey.Q Propriété

Définition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.KeyVault.WebKey.Base64UrlJsonConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="q", Required=Newtonsoft.Json.Required.Default)]
public byte[] Q { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.KeyVault.WebKey.Base64UrlJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="q", Required=Newtonsoft.Json.Required.Default)>]
member this.Q : byte[] with get, set
Public Property Q As Byte()

Valeur de propriété

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

S’applique à