Org.Mentalis.Security.Certificates.DistinguishedNameList.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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.
리턴 void
		public void Remove(DistinguishedName value) {
			m_List.Remove(value);
		}
		/// <summary>