Click or drag to resize
MimeKit

SecureMimeDigitalSignature Constructor

Initialize a new instance of the SecureMimeDigitalSignature class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public SecureMimeDigitalSignature(
	SignerInformation signerInfo,
	X509Certificate certificate
)

Parameters

signerInfo  SignerInformation
The information about the signer.
certificate  X509Certificate
The signer's certificate.
Exceptions
ExceptionCondition
ArgumentNullExceptionsignerInfo is null.
Remarks
See Also