Enum CadesContentType
- Namespace
- SimpleSign.CAdES
- Assembly
- SimpleSign.CAdES.dll
Specifies how the original data is carried in a CAdES signature.
public enum CadesContentType
Fields
Detached = 0Detached: the signature references external data by hash. The original data is NOT embedded in the CMS SignedData. Output file extension is typically .p7s.
Enveloped = 1Enveloped: the original data is embedded inside the CMS SignedData as the eContent OCTET STRING in encapContentInfo. Output file extension is typically .p7m.