你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CryptographyClient.IKeyEncryptionKey.WrapKeyAsync 方法

定义

使用指定的算法加密指定的密钥。

System.Threading.Tasks.Task<byte[]> IKeyEncryptionKey.WrapKeyAsync (string algorithm, ReadOnlyMemory<byte> key, System.Threading.CancellationToken cancellationToken);
abstract member Azure.Core.Cryptography.IKeyEncryptionKey.WrapKeyAsync : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.Azure.Core.Cryptography.IKeyEncryptionKey.WrapKeyAsync : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Function WrapKeyAsync (algorithm As String, key As ReadOnlyMemory(Of Byte), cancellationToken As CancellationToken) As Task(Of Byte()) Implements IKeyEncryptionKey.WrapKeyAsync

参数

algorithm
String

用于加密指定密钥的密钥换行算法。

key
ReadOnlyMemory<Byte>

要加密的密钥。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

Task<Byte[]>

加密密钥字节。

实现

适用于