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

IKey.WrapKeyAsync 方法

定义

使用指定的算法包装对称密钥。

public System.Threading.Tasks.Task<byte[]> WrapKeyAsync (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm algorithm, byte[] key, System.Threading.CancellationToken cancellationToken = default);
abstract member WrapKeyAsync : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm * byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Function WrapKeyAsync (algorithm As JsonWebKeyEncryptionAlgorithm, key As Byte(), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())

参数

algorithm
JsonWebKeyEncryptionAlgorithm

JWK 加密算法。

key
Byte[]

要包装的对称密钥。

cancellationToken
CancellationToken

返回

Task<Byte[]>

适用于