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

Remove() public method

Removes the first occurrence of a specific object from the DistinguishedNameList.
is a null reference (Nothing in Visual Basic). The DistinguishedNameList is read-only -or- the DistinguishedNameList has a fixed size.
public Remove ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : void
value Org.Mentalis.Security.Certificates.DistinguishedName The to remove from the DistinguishedNameList.
return void
		public void Remove(DistinguishedName value) {
			m_List.Remove(value);
		}
		/// <summary>