An
CopyC#
ISet
of
CopyC#
DerObjectIdentifier
objects.

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

Syntax

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

See Also