KnownSignatureAlgorithms enum
Valores conocidos de <xref:JsonWebKeySignatureAlgorithm> que acepta el servicio.
Campos
ES256 | ECDSA con P-256 y SHA-256, como se describe en https://tools.ietf.org/html/rfc7518. |
ES256K | ECDSA con P-256K y SHA-256, como se describe en https://tools.ietf.org/html/rfc7518 |
ES384 | ECDSA con P-384 y SHA-384, como se describe en https://tools.ietf.org/html/rfc7518 |
ES512 | ECDSA con P-521 y SHA-512, como se describe en https://tools.ietf.org/html/rfc7518 |
PS256 | RSASSA-PSS con SHA-256 y MGF1 con SHA-256, como se describe en https://tools.ietf.org/html/rfc7518 |
PS384 | RSASSA-PSS con SHA-384 y MGF1 con SHA-384, como se describe en https://tools.ietf.org/html/rfc7518 |
PS512 | RSASSA-PSS con SHA-512 y MGF1 con SHA-512, como se describe en https://tools.ietf.org/html/rfc7518 |
RS256 | RSASSA-PKCS1-v1_5 mediante SHA-256, como se describe en https://tools.ietf.org/html/rfc7518 |
RS384 | RSASSA-PKCS1-v1_5 mediante SHA-384, como se describe en https://tools.ietf.org/html/rfc7518 |
RS512 | RSASSA-PKCS1-v1_5 mediante SHA-512, como se describe en https://tools.ietf.org/html/rfc7518 |
Rsnull | Reserved |