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