Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.ClearTrustedCertificates

TElX509CertificateValidator     See also     


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


Clears the list of trusted certificates.

Declaration

[C#]
    void ClearTrustedCertificates();

[VB.NET]
    Sub ClearTrustedCertificates()

[Pascal]
    procedure ClearTrustedCertificates;

[C++]
    void ClearTrustedCertificates();

[PHP]
    void ClearTrustedCertificates()

[Java]
    void clearTrustedCertificates();

Description

    This method clears the list of storages with trusted certificates.

See also:     AddTrustedCertificates    

Discuss this help topic in SecureBlackbox Forum