Discuss this help topic in SecureBlackbox Forum
Specifies whether a error should be reported on certificate partial load.
Declaration
[C#]
bool ReportErrorOnPartialLoad;
[VB.NET]
Property ReportErrorOnPartialLoad As Boolean
[Pascal]
property ReportErrorOnPartialLoad : boolean;
[C++]
bool get_ReportErrorOnPartialLoad();
void set_ReportErrorOnPartialLoad(bool Value);
[PHP]
bool get_ReportErrorOnPartialLoad()
void set_ReportErrorOnPartialLoad(bool $Value)
[Java]
boolean getReportErrorOnPartialLoad();
void setReportErrorOnPartialLoad(boolean Value);
Description
Use this property to specify, whether a error should be reported when a certificate has been loaded only partially from PEM buffer.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum