Click or drag to resize

MailBuilderDKIMSign Method (RSACryptoServiceProvider, String, String)

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
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void DKIMSign(
	RSACryptoServiceProvider rsa,
	string publicKeyDnsSelector,
	string publicKeyDnsDomain
)

Parameters

rsa
Type: System.Security.CryptographyRSACryptoServiceProvider
RSA class containing private key used for signing.
publicKeyDnsSelector
Type: SystemString
DNS public key domain selector.
publicKeyDnsDomain
Type: SystemString
DNS public key domain.
See Also