Org.Mentalis.Security.Certificates.DistinguishedNameList.Clear C# (CSharp) Méthode

Clear() public méthode

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