Enum XadesForm
- Namespace
- SimpleSign.XAdES
- Assembly
- SimpleSign.XAdES.dll
XAdES signature packaging form.
public enum XadesForm
Fields
Detached = 1Signature is in a separate file; the original document is referenced by URI.
Enveloped = 0Signature is embedded as a child of the signed XML document's root element.
Enveloping = 2The signed data is wrapped inside the Signature element as an Object.