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

Syntax

C#
public SignerInformationStore GenerateCounterSigners(
	SignerInformation signer
)
Visual Basic
Public Function GenerateCounterSigners ( _
	signer As SignerInformation _
) As SignerInformationStore
Visual C++
public:
SignerInformationStore^ GenerateCounterSigners(
	SignerInformation^ signer
)

See Also