Discuss this help topic in SecureBlackbox Forum

TElTrustedCAsSSLExtension.Clear

TElTrustedCAsSSLExtension     See also     


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


This method removes all certificate identifier objects from the list

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; override;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to clear the extension and remove all certificate identifier objects from the list.

See also:     Add     Remove    

Discuss this help topic in SecureBlackbox Forum