Initializes a new instance of the RecipientInfo class

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: 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
)

See Also