Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.Logger

TElX509CertificateValidator     See also     


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


Provides access to the log of the certificate validation.

Declaration

[C#]
    TElX509CertificateValidatorLogger Logger;

[VB.NET]
    Property Logger As TElX509CertificateValidatorLogger

[Pascal]
    property Logger : TElX509CertificateValidatorLogger;

[C++]
    TElX509CertificateValidatorLogger* get_Logger();
    void set_Logger(TElX509CertificateValidatorLogger &Value);
    void set_Logger(TElX509CertificateValidatorLogger *Value);

[PHP]
    TElX509CertificateValidatorLogger get_Logger()
    void set_Logger(TElX509CertificateValidatorLogger $Value)

[Java]
    TElX509CertificateValidatorLogger getLogger();
    void setLogger(TElX509CertificateValidatorLogger Value);

Description

    Use this property to get the log of the certificate validation.

See also:     InternalLogger    

Discuss this help topic in SecureBlackbox Forum