Click or drag to resize
MimeKit

WindowsSecureMimeDigitalSignature Constructor

Initialize a new instance of the WindowsSecureMimeDigitalSignature class.

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

Parameters

signerInfo  SignerInfo
The information about the signer.
Exceptions
ExceptionCondition
ArgumentNullExceptionsignerInfo is null.
Remarks
See Also