BlobCustomerProvidedKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.