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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET