public static CmsSignedData ReplaceSigners(
CmsSignedData signedData,
SignerInformationStore signerInformationStore,
IDigestAlgorithmFinder digestAlgorithmFinder
)
Public Shared Function ReplaceSigners (
signedData As CmsSignedData,
signerInformationStore As SignerInformationStore,
digestAlgorithmFinder As IDigestAlgorithmFinder
) As CmsSignedData
public:
static CmsSignedData^ ReplaceSigners(
CmsSignedData^ signedData,
SignerInformationStore^ signerInformationStore,
IDigestAlgorithmFinder^ digestAlgorithmFinder
)
Org.BouncyCastle.Cms.CmsSignedData.ReplaceSigners = function(signedData, signerInformationStore, digestAlgorithmFinder);