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

IKey.Sign(JsonWebKeySignatureAlgorithm, Byte[]) 方法

定义

从摘要创建签名。

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

参数

algorithm
JsonWebKeySignatureAlgorithm

JWK 签名算法。

digest
Byte[]

要签名的内容。

返回

Byte[]

适用于