Initializes a new instance of the CertBag class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| 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 )  | 
Parameters
- certID
 - Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
 
- certValue
 - Type: Org.BouncyCastle.Asn1..::..Asn1Object