| 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; }
Public Property VerifySignatureOnly As Boolean
Get
Set
public:
property bool VerifySignatureOnly {
bool get ();
void set (bool value);
}
member VerifySignatureOnly : bool with get, set
Property Value
Type:
BooleanSee Also