 | IMailCheckDKIMSignature(RSACryptoServiceProvider, DKIMValidationConfiguration) 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,
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 RSACryptoServiceProvider
- RSA class containing public key used for signature validation.
- configuration DKIMValidationConfiguration
- DKIM validation configuration.
Return Value
BooleanTrue if signature was valid,
otherwise.
See Also