Verifies the DKIM (DomainKeys Identified Mail) digital signature on this message.
Namespace: Limilabs.MailAssembly: 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.