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

Clone() public method

Creates a shallow copy of the DistinguishedNameList.
public Clone ( ) : object
return object
		public object Clone() {
			return new DistinguishedNameList(m_List);
		}
		/// <summary>