次の方法で共有


JsonWebKey.X プロパティ

定義

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.KeyVault.WebKey.Base64UrlJsonConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="x", Required=Newtonsoft.Json.Required.Default)]
public byte[] X { 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="x", Required=Newtonsoft.Json.Required.Default)>]
member this.X : byte[] with get, set
Public Property X As Byte()

プロパティ値

Byte[]
属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象