Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.ReportErrorOnPartialLoad

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     LoadFromBufferPEM    

Discuss this help topic in SecureBlackbox Forum