Defines the supported asymmetric encryption algorithms for OpenPGP keys.

Namespace: DidiSoft.Pgp
Assembly: 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 nameValueDescription
RSA0 RSA (Rivest, Shamir and Adleman algorithm)
ELGAMAL1 Implementation of DH/DSS

See Also