3 references to ComputeSignature
NuGet.Packaging (1)
Signing\Authoring\X509SignatureProvider.cs (1)
137
cms.
ComputeSignature
(cmsSigner, silent: false);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
285
public void ComputeSignature() =>
ComputeSignature
(new CmsSigner(_signerIdentifierType), true);
287
public void ComputeSignature(CmsSigner signer) =>
ComputeSignature
(signer, true);