Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkValidateSignature()()()()
Validates all digital signatures on a signed message and validates all the signers' certificates.
Public methodSupported by the .NET Compact FrameworkValidateSignature(MailSignatureValidationOptions)
Validates all digital signatures on a signed message. The specified validation options are taken into account.
Public methodSupported by the .NET Compact FrameworkValidateSignature(Boolean, ValidationOptions)
Validates all digital signatures on a signed message. Optionally, signers' certificates are not validated, and the specified validation options are taken into account.
Public methodSupported by the .NET Compact FrameworkValidateSignature(Boolean, ValidationOptions, CertificateChainEngine)
Validates all digital signatures on a signed message with the specified engine. Optionally, signers' certificates are not validated, and the specified validation options are taken into account.
Public methodSupported by the .NET Compact FrameworkValidateSignature(MailSignatureValidationOptions, ValidationOptions, CertificateChainEngine)
Validates all digital signatures on a signed message with the specified engine. The specified validation options are taken into account.

See Also