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