Use a BER Set to store the recipient information.

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

Syntax

C#
public void SetBerEncodeRecipients(
	bool berEncodeRecipientSet
)
Visual Basic
Public Sub SetBerEncodeRecipients ( _
	berEncodeRecipientSet As Boolean _
)
Visual C++
public:
void SetBerEncodeRecipients(
	bool berEncodeRecipientSet
)

Parameters

berEncodeRecipientSet
Type: System..::..Boolean

See Also