Click or drag to resize
MimeKit

IDigitalSignature Interface

An interface for a digital signature.

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

The IDigitalSignature 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 methodVerify Verifies the digital signature.
Public methodVerify(Boolean) Verifies the digital signature.
Top
Remarks
An interface for a digital signature.
See Also