The CMS signer information seam. C# uses BouncyCastle's SignerInformation; the concrete implementation is supplied by the crypto backend (wave C2b) and performs ASN.1 attribute extraction and the actual (async, WebCrypto) signature verification.
SignerInformation
Verify the signature against the signer's certificate.
The signing time from the signed attributes, if present.
The S/MIME capabilities (encryption algorithms) from the signed attributes.
The digest algorithm identified by the signer info.
The CMS signer information seam. C# uses BouncyCastle's
SignerInformation; the concrete implementation is supplied by the crypto backend (wave C2b) and performs ASN.1 attribute extraction and the actual (async, WebCrypto) signature verification.