Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.Clear

TElRelativeDistinguishedName     See also     


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


Removes all RDNs from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear();

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

Use this method to remove all RDNs and clear the list.

See also:     Remove    

Discuss this help topic in SecureBlackbox Forum