Initializes a new instance of the SafeBag class

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

Syntax

C#
public SafeBag(
	DerObjectIdentifier oid,
	Asn1Object obj
)
Visual Basic
Public Sub New ( _
	oid As DerObjectIdentifier, _
	obj As Asn1Object _
)
Visual C++
public:
SafeBag(
	DerObjectIdentifier^ oid, 
	Asn1Object^ obj
)

See Also