Click or drag to resize
MimeKit

OpenPgpDigitalSignature Class

An OpenPGP digital signature.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyOpenPgpDigitalSignature

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class OpenPgpDigitalSignature : IDigitalSignature

The OpenPgpDigitalSignature type exposes the following members.

Properties
 NameDescription
Public propertyCreationDate Gets the creation date of the digital signature.
Public propertyDigestAlgorithm Gets the digest algorithm used for the signature.
Public propertyPublicKeyAlgorithm Gets the public key algorithm used for the signature.
Public propertySignerCertificate Gets certificate used by the signer.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Public methodVerify Verifies the digital signature.
Public methodVerify(Boolean) Verifies the digital signature.
Top
Remarks
An OpenPGP digital signature.
See Also