MailMessageDKIMSign Method

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

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public virtual MailMessage DKIMSign(
	RSACryptoServiceProvider rsa,
	DKIMSignatureInfo signatureInfo
)

Parameters

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

Return Value

Type: MailMessage
See Also