Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.ClearBlockedCertificates

TElX509CertificateValidator     See also     


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


Clears the list of blocked certificates.

Declaration

[C#]
    void ClearBlockedCertificates();

[VB.NET]
    Sub ClearBlockedCertificates()

[Pascal]
    procedure ClearBlockedCertificates;

[C++]
    void ClearBlockedCertificates();

[PHP]
    void ClearBlockedCertificates()

[Java]
    void clearBlockedCertificates();

Description

    This method clears the list of storages with blocked certificates.

See also:     AddBlockedCertificates    

Discuss this help topic in SecureBlackbox Forum