Initializes a new instance of the AccessDescription class

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

Syntax

C#
public AccessDescription(
	DerObjectIdentifier oid,
	GeneralName location
)
Visual Basic
Public Sub New ( _
	oid As DerObjectIdentifier, _
	location As GeneralName _
)
Visual C++
public:
AccessDescription(
	DerObjectIdentifier^ oid, 
	GeneralName^ location
)

See Also