Click or drag to resize

IMailDKIMSign Method (RSACryptoServiceProvider, String, String)

Signs this message using DKIM (DomainKeys Identified Mail) signature.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
void DKIMSign(
	RSACryptoServiceProvider rsa,
	string selector,
	string domain
)

Parameters

rsa
Type: System.Security.CryptographyRSACryptoServiceProvider
RSA class containing private key used for signing.
selector
Type: SystemString
Public key DNS selector (s=).
domain
Type: SystemString
Public key DNS domain (d=).
See Also