Initializes a new instance of the PolicyInformation class

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

Syntax

C#
public PolicyInformation(
	DerObjectIdentifier policyIdentifier
)
Visual Basic
Public Sub New ( _
	policyIdentifier As DerObjectIdentifier _
)
Visual C++
public:
PolicyInformation(
	DerObjectIdentifier^ policyIdentifier
)

Parameters

policyIdentifier
Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier

See Also