SafeBag(DerObjectIdentifier, Asn1Object, Asn1Set) Constructor

Initializes a new instance of the SafeBag class

Definition

Namespace: Org.BouncyCastle.Asn1.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SafeBag(
	DerObjectIdentifier oid,
	Asn1Object obj,
	Asn1Set bagAttributes
)

Parameters

oid  DerObjectIdentifier
 
obj  Asn1Object
 
bagAttributes  Asn1Set
 

See Also