Initializes a new instance of the CertBag class

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

Collapse imageSyntax

C#
public CertBag(
	DerObjectIdentifier certID,
	Asn1Object certValue
)
Visual Basic
Public Sub New ( _
	certID As DerObjectIdentifier, _
	certValue As Asn1Object _
)
Visual C++
public:
CertBag(
	DerObjectIdentifier^ certID, 
	Asn1Object^ certValue
)

Collapse imageSee Also