An
CopyC#
ICollection
of
CopyC#
X509Name
objects

Namespace: Org.BouncyCastle.X509.Store
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public ICollection Issuers { get; set; }
Visual Basic
Public Property Issuers As ICollection
	Get
	Set
Visual C++
public:
property ICollection^ Issuers {
	ICollection^ get ();
	void set (ICollection^ value);
}

See Also