Initializes a new instance of the KekRecipientInfo class

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

Syntax

C#
public KekRecipientInfo(
	KekIdentifier kekID,
	AlgorithmIdentifier keyEncryptionAlgorithm,
	Asn1OctetString encryptedKey
)
Visual Basic
Public Sub New ( _
	kekID As KekIdentifier, _
	keyEncryptionAlgorithm As AlgorithmIdentifier, _
	encryptedKey As Asn1OctetString _
)
Visual C++
public:
KekRecipientInfo(
	KekIdentifier^ kekID, 
	AlgorithmIdentifier^ keyEncryptionAlgorithm, 
	Asn1OctetString^ encryptedKey
)

See Also