Discuss this help topic in SecureBlackbox Forum
Specifies whether to allow for missing validation info.
Declaration
[C#]
bool AllowPartialValidationInfo;
[VB.NET]
Property AllowPartialValidationInfo As Boolean
[Pascal]
property AllowPartialValidationInfo : boolean;
[C++]
bool get_AllowPartialValidationInfo();
void set_AllowPartialValidationInfo(bool Value);
[PHP]
bool get_AllowPartialValidationInfo()
void set_AllowPartialValidationInfo(bool $Value)
[Java]
boolean getAllowPartialValidationInfo();
void setAllowPartialValidationInfo(boolean Value);
Description
If this property is set to True, signature validation will not fail if validation information for a certificate is absent.
The default value is False.
Discuss this help topic in SecureBlackbox Forum