Verifies the DKIM (DomainKeys Identified Mail) digital signature on this message.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
bool CheckDKIMSignature(
	RSACryptoServiceProvider rsa
)
Visual Basic
Function CheckDKIMSignature ( _
	rsa As RSACryptoServiceProvider _
) As Boolean
Visual C++
bool CheckDKIMSignature(
	RSACryptoServiceProvider^ rsa
)

Parameters

rsa
Type: System.Security.Cryptography..::..RSACryptoServiceProvider
RSA class containing public key used for signature validation.

Return Value

True if signature was valid, falseFalsefalsefalse (False in Visual Basic) otherwise.

See Also