你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobCustomerProvidedKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BlobCustomerProvidedKey(Byte[]) |
为客户端提供的密钥创建新的包装器。 |
BlobCustomerProvidedKey(String) |
为客户端提供的密钥创建新的包装器。 |
BlobCustomerProvidedKey(Byte[])
为客户端提供的密钥创建新的包装器。
public BlobCustomerProvidedKey (byte[] key);
new Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey : byte[] -> Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey
Public Sub New (key As Byte())
参数
- key
- Byte[]
加密密钥字节。
适用于
BlobCustomerProvidedKey(String)
为客户端提供的密钥创建新的包装器。
public BlobCustomerProvidedKey (string key);
new Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey : string -> Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey
Public Sub New (key As String)
参数
- key
- String
编码为 base64 字符串的加密密钥。