Interface ICmsParser
- Namespace
- SimpleSign.Core.Crypto
- Assembly
- SimpleSign.Core.dll
Parses CMS/PKCS#7 SignedData structures from raw DER bytes.
public interface ICmsParser
Methods
Parse(byte[], ILogger?)
Parses a CMS/PKCS#7 SignedData structure.
CmsSignedData Parse(byte[] cmsBytes, ILogger? logger = null)