Click or drag to resize

IFluentMailDKIMSign Method (RSACryptoServiceProvider, DKIMSignatureInfo)

Signs the message using DKIM (DomainKeys Identified Mail) signature. You can call this method multiple times to have several DKIM signatures present in the resulting message.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail DKIMSign(
	RSACryptoServiceProvider rsa,
	DKIMSignatureInfo signatureInfo
)

Parameters

rsa
Type: System.Security.CryptographyRSACryptoServiceProvider
RSA class containing private key used for signing.
signatureInfo
Type: Limilabs.Mail.DKIMDKIMSignatureInfo
DKIM signature information.

Return Value

Type: IFluentMail
Email configuration.
See Also