Initializes a new instance of the RecipientEncryptedKey class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public RecipientEncryptedKey( KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey )  | 
| Visual Basic | 
|---|
Public Sub New ( _ id As KeyAgreeRecipientIdentifier, _ encryptedKey As Asn1OctetString _ )  | 
| Visual C++ | 
|---|
public: RecipientEncryptedKey( KeyAgreeRecipientIdentifier^ id, Asn1OctetString^ encryptedKey )  | 
Parameters
- encryptedKey
 - Type: Org.BouncyCastle.Asn1..::..Asn1OctetString