Udostępnij za pośrednictwem


BlobCustomerProvidedKey Constructors

Definition

Overloads

BlobCustomerProvidedKey(Byte[])

Creates a new wrapper for a client provided key.

BlobCustomerProvidedKey(String)

Creates a new wrapper for a client provided key.

BlobCustomerProvidedKey(Byte[])

Creates a new wrapper for a client provided key.

public BlobCustomerProvidedKey (byte[] key);
new Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey : byte[] -> Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey
Public Sub New (key As Byte())

Parameters

key
Byte[]

The encryption key bytes.

Applies to

BlobCustomerProvidedKey(String)

Creates a new wrapper for a client provided key.

public BlobCustomerProvidedKey (string key);
new Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey : string -> Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey
Public Sub New (key As String)

Parameters

key
String

The encryption key encoded as a base64 string.

Applies to