Partager via


ClientEncryptionKeyGetPropertiesResource.WrappedDataEncryptionKey Property

Definition

Gets or sets wrapped (encrypted) form of the key represented as a byte array.

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

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to