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 的 RS一-PSS,如下列所述 https://tools.ietf.org/html/rfc7518 |
PS384 | 使用 SHA-384 和 MGF1 搭配 SHA-384 的 RS一-PSS,如下列所述 https://tools.ietf.org/html/rfc7518 |
PS512 | 使用 SHA-512 和 MGF1 搭配 SHA-512 的 RS一-PSS,如下列所述 https://tools.ietf.org/html/rfc7518 |
RS256 | 使用 SHA-256 的 RSSCRIB-PKCS1-v1_5,如中所述 https://tools.ietf.org/html/rfc7518 |
RS384 | 使用 SHA-384 的 RSSCRIB-PKCS1-v1_5,如中所述 https://tools.ietf.org/html/rfc7518 |
RS512 | 使用 SHA-512 的 RSSCRIB-PKCS1-v1_5,如中所述 https://tools.ietf.org/html/rfc7518 |
Rsnull | 保留 |