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
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