SignatureAlgorithm type

JsonWebKeySignatureAlgorithm değerlerini tanımlar.
<xref:KnownJsonWebKeySignatureAlgorithm> JsonWebKeySignatureAlgorithm ile birbirinin yerine kullanılabilir, bu sabit listesi hizmetin desteklediği bilinen değerleri içerir.

Hizmet tarafından desteklenen bilinen değerler

PS256: SHA-256 kullanan RSASSA-PSS ve SHA-256 ile MGF1, aşağıda açıklandığı gibi https://tools.ietf.org/html/rfc7518
PS384: SHA-384 kullanan RSASSA-PSS ve SHA-384 ile MGF1, aşağıda açıklandığı gibi https://tools.ietf.org/html/rfc7518
PS512: SHA-512 kullanan RSASSA-PSS ve SHA-512 ile MGF1, aşağıda açıklandığı gibi https://tools.ietf.org/html/rfc7518
RS256: SHA-256 kullanan RSASSA-PKCS1-v1_5 https://tools.ietf.org/html/rfc7518
RS384: SHA-384 kullanan RSASSA-PKCS1-v1_5 https://tools.ietf.org/html/rfc7518
RS512: SHA-512 kullanan RSASSA-PKCS1-v1_5 https://tools.ietf.org/html/rfc7518
RSNULL: Ayrılmış
ES256: içinde açıklandığı https://tools.ietf.org/html/rfc7518gibi P-256 ve SHA-256 kullanan ECDSA.
ES384: P-384 ve SHA-384 kullanan ECDSA, https://tools.ietf.org/html/rfc7518
ES512: P-521 ve SHA-512 kullanan ECDSA, https://tools.ietf.org/html/rfc7518
ES256K: P-256K ve SHA-256 kullanan ECDSA, https://tools.ietf.org/html/rfc7518

type SignatureAlgorithm = string