Click or drag to resize

IFluentMailSignWith Method (X509Certificate2)

Signs the message.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail SignWith(
	X509Certificate2 certificate
)

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certificate used for signing.

Return Value

Type: IFluentMail
Email configuration.
See Also