Org.Mentalis.Security.Certificates.DistinguishedNameList.Clear C# (CSharp) Method

Clear() public method

Removes all elements from the DistinguishedNameList.
The list is read-only -or- the list has a fixed size.
public Clear ( ) : void
return void
		public void Clear() {
			m_List.Clear();
		}
		/// <summary>