你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KnownSignatureAlgorithms enum
服务接受的 <xref:JsonWebKeySignatureAlgorithm> 已知值。
字段
ES256 | 使用 P-256 和 SHA-256 的 ECDSA,如 中所述 https://tools.ietf.org/html/rfc7518。 |
ES256K | 使用 P-256K 和 SHA-256 的 ECDSA,如 https://tools.ietf.org/html/rfc7518 |
ES384 | 使用 P-384 和 SHA-384 的 ECDSA,如 https://tools.ietf.org/html/rfc7518 |
ES512 | 使用 P-521 和 SHA-512 的 ECDSA,如 https://tools.ietf.org/html/rfc7518 |
PS256 | 将 SHA-256 和 MGF1 与 SHA-256 配合使用的 RSASSA-PSS,如 https://tools.ietf.org/html/rfc7518 |
PS384 | 将 SHA-384 和 MGF1 与 SHA-384 配合使用的 RSASSA-PSS,如 https://tools.ietf.org/html/rfc7518 |
PS512 | 将 SHA-512 和 MGF1 与 SHA-512 配合使用的 RSASSA-PSS,如 https://tools.ietf.org/html/rfc7518 |
RS256 | RSASSA-PKCS1-v1_5 使用 SHA-256,如中所述 https://tools.ietf.org/html/rfc7518 |
RS384 | RSASSA-PKCS1-v1_5 使用 SHA-384,如中所述 https://tools.ietf.org/html/rfc7518 |
RS512 | RSASSA-PKCS1-v1_5 使用 SHA-512,如中所述 https://tools.ietf.org/html/rfc7518 |
Rsnull | 保留 |