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

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

定义

使用存储在密钥保管库中的加密密钥加密任意字节序列。

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

参数

algorithm
JsonWebKeyEncryptionAlgorithm

JWK 加密算法。

content
Byte[]

要加密的内容。

返回

Byte[]

适用于