Signature |
Cryptographic signature algorithm
public enum SignatureAlgorithm
Member name | Value | Description |
---|---|---|
RsaRsa | 1 | RSA with PKCS#1 v1.5 This is the RSA with PKCS#1 v1.5 algorithm which is widely supported by cryptographic providers. |
RsaSsaPss | 2 | RSA with SSA-PSS (PKCS#1 v2.1) This algorithm is generally recommended because it is considered a more secure alternative to RSA_RSA. However, it is not supported by all cryptographic providers. |
Ecdsa | 3 | Elliptic Curve Digital Signature Algorithm This algorithm is generally recommended for new applications. However, it is not supported by all cryptographic providers. |