Click or drag to resize

IFluentMailDKIMSign(RSACryptoServiceProvider, String, String) Method

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.26106.1555
Syntax
IFluentMail DKIMSign(
	RSACryptoServiceProvider rsa,
	string publicKeyDnsSelector,
	string publicKeyDnsDomain
)

Parameters

rsa  RSACryptoServiceProvider
RSA class containing private key used for signing.
publicKeyDnsSelector  String
DNS public key domain selector.
publicKeyDnsDomain  String
DNS public key domain.

Return Value

IFluentMail
Email configuration.
See Also