Share via


ContentKeyPolicySymmetricTokenKey.KeyValue Property

Definition

Gets or sets the key value of the key

[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()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to