Removes all elements from the DistinguishedNameList.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
System..::..NotSupportedException | The list is read-only -or- the list has a fixed size. |