| IMailCheckDKIMSignature Method (RSACryptoServiceProvider, DKIMValidationConfiguration) |
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,
DKIMValidationConfiguration configuration
)
Function CheckDKIMSignature (
rsa As RSACryptoServiceProvider,
configuration As DKIMValidationConfiguration
) As Boolean
bool CheckDKIMSignature(
RSACryptoServiceProvider^ rsa,
DKIMValidationConfiguration^ configuration
)
abstract CheckDKIMSignature :
rsa : RSACryptoServiceProvider *
configuration : DKIMValidationConfiguration -> bool
Parameters
- rsa
- Type: System.Security.CryptographyRSACryptoServiceProvider
RSA class containing public key used for signature validation. - configuration
- Type: Limilabs.MailDKIMValidationConfiguration
DKIM validation configuration.
Return Value
Type:
BooleanTrue if signature was valid,
otherwise.
See Also