EncryptionAlgorithm type

JsonWebKeyEncryptionAlgorithm の値を定義します。
jsonWebKeyEncryptionAlgorithm と同じ意味で使用できる <xref:KnownJsonWebKeyEncryptionAlgorithm>、この列挙型には、サービスがサポートする既知の値が含まれています。

サービスでサポートされている値を把握する

RSA-OAEP
RSA-OAEP-256
RSA1_5
A128GCM
A192GCM
A256GCM
A128KW
A192KW
A256KW
A128CBC
A192CBC
A256CBC
A128CBCPAD
A192CBCPAD
A256CBCPAD

type EncryptionAlgorithm = string