Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.InternalLogger

TElX509CertificateValidator     


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


Provides access to the validator's internal log.

Declaration

[C#]
    TElX509CertificateValidatorLogger InternalLogger;

[VB.NET]
    Property InternalLogger As TElX509CertificateValidatorLogger

[Pascal]
    property InternalLogger : TElX509CertificateValidatorLogger;

[C++]
    TElX509CertificateValidatorLogger* get_InternalLogger();

[PHP]
    TElX509CertificateValidatorLogger get_InternalLogger()

[Java]
    TElX509CertificateValidatorLogger getInternalLogger();

Description

    Use this read-only property to fetch the validator's log when the validation process is finished. The textual log is accessible via the InternalLogger.Log.Text property.

Discuss this help topic in SecureBlackbox Forum