Click or drag to resize

SignatureValidationConfigurationVerifySignatureOnly Property

Gets or sets a Boolean value that specifies whether only the digital signatures are verified without the signers' certificates being validated. If set to true, only the digital signatures are verified. If set to false, the digital signatures are verified, the signers' certificates are validated, and the purposes of the certificates are validated. The purposes of a certificate are considered valid if the certificate has no key usage or if the key usage supports digital signatures or non repudiation. Default is false.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool VerifySignatureOnly { get; set; }

Property Value

Type: Boolean
See Also