Implements a collection of DistinguishedName instances.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class DistinguishedNameList : IEnumerable, 
	ICloneable
Visual Basic
Public Class DistinguishedNameList _
	Implements IEnumerable, ICloneable
Visual C++
public ref class DistinguishedNameList : IEnumerable, 
	ICloneable

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Security.Certificates..::..DistinguishedNameList

See Also