Click or drag to resize
MimeKit

SecureMimeDigitalSignature Class

An S/MIME digital signature.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographySecureMimeDigitalSignature

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

The SecureMimeDigitalSignature type exposes the following members.

Constructors
 NameDescription
Public methodSecureMimeDigitalSignature Initialize a new instance of the SecureMimeDigitalSignature class.
Top
Properties
 NameDescription
Public propertyChain Gets the certificate chain.
Public propertyChainException The exception that occurred, if any, while building the certificate chain.
Public propertyCreationDate Gets the creation date of the digital signature.
Public propertyDigestAlgorithm Gets the digest algorithm used for the signature.
Public propertyEncryptionAlgorithms Gets the list of encryption algorithms, in preferential order, that the signer's client supports.
Public propertyPublicKeyAlgorithm Gets the public key algorithm used for the signature.
Public propertySignerCertificate Gets certificate used by the signer.
Public propertySignerInfo Gets the signer info.
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 S/MIME digital signature.
See Also