Table of Contents

Enum SignatureAlgorithm

ID 1446
Namespace: System.Security.Encryption

Specifies the types of asymmetric algorithms.

Implements

Properties

Name Value
Extensible False

Values

Name Description
RSA

Specifies the RSA algorithm implemented by RSACryptoServiceProvider

DSA

Specifies the DSA algorithm implemented by DSACryptoServiceProvider

"RSASSA-PSS"

Specifies the RSASSA-PSS algorithm implemented by RSA

See also