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

IKey.WrapKey(JsonWebKeyEncryptionAlgorithm, Byte[]) 方法

定义

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

public byte[] WrapKey (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm algorithm, params byte[] key);
abstract member WrapKey : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm * byte[] -> byte[]
Public Function WrapKey (algorithm As JsonWebKeyEncryptionAlgorithm, ParamArray key As Byte()) As Byte()

参数

algorithm
JsonWebKeyEncryptionAlgorithm

JWK 加密算法。

key
Byte[]

要包装的对称密钥。

返回

Byte[]

适用于