Discuss this help topic in SecureBlackbox Forum
Specifies whether to ignore certificate version when reading a certificate.
Declaration
[VB.NET]
Property IgnoreVersion As Boolean
[Pascal]
property IgnoreVersion : boolean;
[C++]
bool get_IgnoreVersion();
void set_IgnoreVersion(bool Value);
[PHP]
bool get_IgnoreVersion()
void set_IgnoreVersion(bool $Value)
[Java]
boolean getIgnoreVersion();
void setIgnoreVersion(boolean Value);
Description
Set this property to True to ignore the certificate version when reading a certificate.
The default value is False.
Discuss this help topic in SecureBlackbox Forum