Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.SetBerEncodeRecipients C# (CSharp) Method

SetBerEncodeRecipients() public method

Use a BER Set to store the recipient information.
public SetBerEncodeRecipients ( bool berEncodeRecipientSet ) : void
berEncodeRecipientSet bool
return void
		public void SetBerEncodeRecipients(
			bool berEncodeRecipientSet)
		{
			_berEncodeRecipientSet = berEncodeRecipientSet;
		}