Initializes a new instance of the RecipientInformationStore class

Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RecipientInformationStore(
	ICollection recipientInfos
)
Visual Basic
Public Sub New ( _
	recipientInfos As ICollection _
)
Visual C++
public:
RecipientInformationStore(
	ICollection^ recipientInfos
)

Parameters

recipientInfos
Type: System.Collections..::..ICollection

See Also