Click or drag to resize
MimeKit

PublicKeyAlgorithm Enumeration

An enumeration of public key algorithms.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum PublicKeyAlgorithm
Members
Member nameValueDescription
None0 No public key algorithm specified.
RsaGeneral1 The RSA algorithm.
RsaEncrypt2 The RSA encryption-only algorithm.
RsaSign3 The RSA sign-only algorithm.
ElGamalEncrypt16 The El-Gamal encryption-only algorithm.
Dsa17 The DSA algorithm.
EllipticCurve18 The elliptic curve algorithm (aka EC or ECDH).
EllipticCurveDsa19 The elliptic curve DSA algorithm (aka ECDSA).
ElGamalGeneral20 The El-Gamal algorithm.
DiffieHellman21 The Diffie-Hellman algorithm.
EdwardsCurveDsa22 The Edwards-Curve DSA algorithm (aka EdDSA).
Remarks
An enumeration of public key algorithms.
See Also