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( OtherRecipientInfo info )  | 
| Visual Basic | 
|---|
Public Sub New ( _ info As OtherRecipientInfo _ )  | 
| Visual C++ | 
|---|
public: RecipientInfo( OtherRecipientInfo^ info )  |