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

IKey.UnwrapKeyAsync(Byte[], String, CancellationToken) 方法

定义

public System.Threading.Tasks.Task<byte[]> UnwrapKeyAsync (byte[] encryptedKey, string algorithm, System.Threading.CancellationToken token);
abstract member UnwrapKeyAsync : byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Function UnwrapKeyAsync (encryptedKey As Byte(), algorithm As String, token As CancellationToken) As Task(Of Byte())

参数

encryptedKey
Byte[]
algorithm
String

返回

Task<Byte[]>

适用于