[This is preliminary documentation and is subject to change.]
Type of security key algorithm.
| C# | Visual Basic | Visual C++ |
public enum SignatureAlgorithm
Public Enumeration SignatureAlgorithm
public enum class SignatureAlgorithm
| Member | Description |
|---|---|
| RSA |
RSA – Rivest-Shamir-Adleman.
A public key algorithm that provides both digital signatures and encryption.
Also the name of the company that developed this and other algorithms.
|
| DSA |
DSA – Digital Signature Algorithm.
A method for computing digital signatures.
|