Initializes a new instance of the KekRecipientInfo class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: 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 )  | 
Parameters
- kekID
 - Type: Org.BouncyCastle.Asn1.Cms..::..KekIdentifier
 
- keyEncryptionAlgorithm
 - Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
 
- encryptedKey
 - Type: Org.BouncyCastle.Asn1..::..Asn1OctetString