Table of Contents

Enum XadesForm

Namespace
SimpleSign.XAdES
Assembly
SimpleSign.XAdES.dll

XAdES signature packaging form.

public enum XadesForm

Fields

Detached = 1

Signature is in a separate file; the original document is referenced by URI.

Enveloped = 0

Signature is embedded as a child of the signed XML document's root element.

Enveloping = 2

The signed data is wrapped inside the Signature element as an Object.