public static SignerInformation AddCounterSigners(
SignerInformation signerInformation,
SignerInformationStore counterSigners
)
Public Shared Function AddCounterSigners (
signerInformation As SignerInformation,
counterSigners As SignerInformationStore
) As SignerInformation
public:
static SignerInformation^ AddCounterSigners(
SignerInformation^ signerInformation,
SignerInformationStore^ counterSigners
)
Org.BouncyCastle.Cms.SignerInformation.AddCounterSigners = function(signerInformation, counterSigners);