Share via


StorageEncryptedAssetDecryptionData.Key Property

Definition

Gets or sets the Asset File storage encryption key.

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

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to