AuthEnvelopedData Constructor

Initializes a new instance of the AuthEnvelopedData class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public AuthEnvelopedData(
	OriginatorInfo originatorInfo,
	Asn1Set recipientInfos,
	EncryptedContentInfo authEncryptedContentInfo,
	Asn1Set authAttrs,
	Asn1OctetString mac,
	Asn1Set unauthAttrs
)

Parameters

originatorInfo  OriginatorInfo
 
recipientInfos  Asn1Set
 
authEncryptedContentInfo  EncryptedContentInfo
 
authAttrs  Asn1Set
 
mac  Asn1OctetString
 
unauthAttrs  Asn1Set
 

See Also