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

Syntax

C#
public static SignerInformation AddCounterSigners(
	SignerInformation signerInformation,
	SignerInformationStore counterSigners
)
Visual Basic
Public Shared Function AddCounterSigners ( _
	signerInformation As SignerInformation, _
	counterSigners As SignerInformationStore _
) As SignerInformation
Visual C++
public:
static SignerInformation^ AddCounterSigners(
	SignerInformation^ signerInformation, 
	SignerInformationStore^ counterSigners
)

See Also