Class XadesSigningResult
- Namespace
- SimpleSign.XAdES
- Assembly
- SimpleSign.XAdES.dll
Result of a XAdES signing operation, returned by SignWithDetailsAsync(CancellationToken).
public sealed class XadesSigningResult
- Inheritance
-
XadesSigningResult
- Inherited Members
Properties
ArchiveTimestampApplied
Whether an archive timestamp was applied (XAdES-B-LTA).
public bool ArchiveTimestampApplied { get; init; }
Property Value
LtvDataEmbedded
Whether long-term validation data was embedded (XAdES-B-LT or higher).
public bool LtvDataEmbedded { get; init; }
Property Value
SignedXml
The signed XML bytes.
public byte[] SignedXml { get; init; }
Property Value
- byte[]
TimestampApplied
Whether a timestamp token was applied (XAdES-B-T or higher).
public bool TimestampApplied { get; init; }
Property Value
Warnings
Non-critical warnings.
public IReadOnlyList<string> Warnings { get; init; }