CustomerProvidedKey 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
CustomerProvidedKey(Byte[]) |
Creates a new CustomerProvidedKey for use in server-side encryption. |
CustomerProvidedKey(String) |
Creates a new CustomerProvidedKey for use in server-side encryption. |
CustomerProvidedKey(Byte[])
- Source:
- CustomerProvidedKey.cs
- Source:
- CustomerProvidedKey.cs
Creates a new CustomerProvidedKey for use in server-side encryption.
public CustomerProvidedKey (byte[] key);
new Azure.Storage.Blobs.Models.CustomerProvidedKey : byte[] -> Azure.Storage.Blobs.Models.CustomerProvidedKey
Public Sub New (key As Byte())
Parameters
- key
- Byte[]
The encryption key bytes.
Applies to
CustomerProvidedKey(String)
- Source:
- CustomerProvidedKey.cs
- Source:
- CustomerProvidedKey.cs
Creates a new CustomerProvidedKey for use in server-side encryption.
public CustomerProvidedKey (string key);
new Azure.Storage.Blobs.Models.CustomerProvidedKey : string -> Azure.Storage.Blobs.Models.CustomerProvidedKey
Public Sub New (key As String)
Parameters
- key
- String
The encryption key encoded as a base64 string.
Applies to
Azure SDK for .NET