Initializes a new instance of the SafeBag class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public SafeBag( DerObjectIdentifier oid, Asn1Object obj, Asn1Set bagAttributes )  | 
| Visual Basic | 
|---|
Public Sub New ( _ oid As DerObjectIdentifier, _ obj As Asn1Object, _ bagAttributes As Asn1Set _ )  | 
| Visual C++ | 
|---|
public: SafeBag( DerObjectIdentifier^ oid, Asn1Object^ obj, Asn1Set^ bagAttributes )  | 
Parameters
- bagAttributes
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set