ContentKeyPolicySymmetricTokenKey.KeyValue プロパティ

定義

キーのキー値を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="keyValue")]
public byte[] KeyValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyValue")>]
member this.KeyValue : byte[] with get, set
Public Property KeyValue As Byte()

プロパティ値

Byte[]
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象