EnvelopedData(OriginatorInfo, Asn1Set, EncryptedContentInfo, Attributes) Constructor

Initializes a new instance of the EnvelopedData class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public EnvelopedData(
	OriginatorInfo originatorInfo,
	Asn1Set recipientInfos,
	EncryptedContentInfo encryptedContentInfo,
	Attributes unprotectedAttrs
)

Parameters

originatorInfo  OriginatorInfo
 
recipientInfos  Asn1Set
 
encryptedContentInfo  EncryptedContentInfo
 
unprotectedAttrs  Attributes
 

See Also