Click or drag to resize
MimeKit

OpenPgpKeyCertification Enumeration

An OpenPGP key certification.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum OpenPgpKeyCertification
Members
Member nameValueDescription
GenericCertification16 Generic certification of a User ID and Public-Key packet. The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID.
PersonaCertification17 Persona certification of a User ID and Public-Key packet. The issuer of this certification has not done any verification of the claim that the owner of this key is the User ID specified.
CasualCertification18 Casual certification of a User ID and Public-Key packet. The issuer of this certification has done some casual verification of the claim of identity.
PositiveCertification19 Positive certification of a User ID and Public-Key packet. The issuer of this certification has done substantial verification of the claim of identity.
Remarks
An OpenPGP key certification.
See Also