Removes all elements from the DistinguishedNameList.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear
Visual C++
public:
void Clear()

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionThe list is read-only -or- the list has a fixed size.

See Also