Defines the supported asymmetric encryption algorithms for OpenPGP keys.
Namespace: DidiSoft.PgpAssembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547
Syntax
| C# |
|---|
public enum KeyAlgorithm |
| Visual Basic |
|---|
Public Enumeration KeyAlgorithm |
| Visual C++ |
|---|
public enum class KeyAlgorithm |
Members
| Member name | Value | Description | |
|---|---|---|---|
| RSA | 0 | RSA (Rivest, Shamir and Adleman algorithm) | |
| ELGAMAL | 1 | Implementation of DH/DSS |