Mentalis.org Security Library documentation

DistinguishedNameList.Clear Method 

Removes all elements from the DistinguishedNameList.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();

Exceptions

Exception TypeCondition
NotSupportedExceptionThe list is read-only -or- the list has a fixed size.

See Also

DistinguishedNameList Class | DistinguishedNameList Members | Org.Mentalis.Security.Certificates Namespace