Click or drag to resize
MimeKit

WindowsSecureMimeDigitalSignature Class

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

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

The WindowsSecureMimeDigitalSignature type exposes the following members.

Constructors
 NameDescription
Public methodWindowsSecureMimeDigitalSignature Initialize a new instance of the WindowsSecureMimeDigitalSignature class.
Top
Properties
 NameDescription
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 that is used with the WindowsSecureMimeContext.
See Also