Click or drag to resize

MailBuilderDKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo) 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
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void DKIMSign(
	RSACryptoServiceProvider rsa,
	DKIMSignatureInfo signatureInfo
)

Parameters

rsa  RSACryptoServiceProvider
RSA class containing private key used for signing.
signatureInfo  DKIMSignatureInfo
DKIM signature information.
See Also