| IMailCheckDKIMSignature Method (RSACryptoServiceProvider) |
Verifies the DKIM (DomainKeys Identified Mail) digital signature on this message.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax bool CheckDKIMSignature(
RSACryptoServiceProvider rsa
)
Function CheckDKIMSignature (
rsa As RSACryptoServiceProvider
) As Boolean
bool CheckDKIMSignature(
RSACryptoServiceProvider^ rsa
)
abstract CheckDKIMSignature :
rsa : RSACryptoServiceProvider -> bool
Parameters
- rsa
- Type: System.Security.CryptographyRSACryptoServiceProvider
RSA class containing public key used for signature validation.
Return Value
Type:
BooleanTrue if signature was valid,
otherwise.
See Also