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