Click or drag to resize

MimeFactoryCreateMimeSigned Method (MimeBase, X509Certificate2)

Creates new MimeSigned object (MultipartSigned).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeSigned CreateMimeSigned(
	MimeBase root,
	X509Certificate2 certificate
)

Parameters

root
Type: Limilabs.Mail.MIMEMimeBase
Root of the mime tree to sign.
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certificate used for signing.

Return Value

Type: MimeSigned
New MimeSigned object.
See Also