DataLakeCustomerProvidedKey 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
DataLakeCustomerProvidedKey(Byte[]) |
Creates a new CustomerProvidedKey for use in server-side encryption. |
DataLakeCustomerProvidedKey(String) |
Creates a new CustomerProvidedKey for use in server-side encryption. |
DataLakeCustomerProvidedKey(Byte[])
Creates a new CustomerProvidedKey for use in server-side encryption.
public DataLakeCustomerProvidedKey (byte[] key);
new Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey : byte[] -> Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey
Public Sub New (key As Byte())
Parameters
- key
- Byte[]
The encryption key bytes.
Applies to
DataLakeCustomerProvidedKey(String)
Creates a new CustomerProvidedKey for use in server-side encryption.
public DataLakeCustomerProvidedKey (string key);
new Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey : string -> Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey
Public Sub New (key As String)
Parameters
- key
- String
The encryption key encoded as a base64 string.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET