Partager via


JsonWebKey.E 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="e", Required=Newtonsoft.Json.Required.Default)]
public byte[] E { 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="e", Required=Newtonsoft.Json.Required.Default)>]
member this.E : byte[] with get, set
Public Property E As Byte()

Valeur de propriété

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

S’applique à