Class XmlSignature
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class XmlSignature
Properties
BStamp
Declaration
public SignerBStamp BStamp { get; }
Property Value
Certificate
Declaration
public PKCertificate Certificate { get; }
Property Value
CertifiedDateReference
Declaration
public DateTimeOffset? CertifiedDateReference { get; }
Property Value
Signature
Declaration
public SignatureAlgorithmAndValue Signature { get; }
Property Value
SignaturePolicy
Declaration
public SignaturePolicyIdentifier SignaturePolicy { get; }
Property Value
SignedElement
Declaration
public XmlElementInfo SignedElement { get; }
Property Value
SigningTime
Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
Timestamps
Declaration
public List<CadesTimestamp> Timestamps { get; }
Property Value
Type
Declaration
public XmlSignedEntityTypes Type { get; }
Property Value
Type |
Description |
Lacuna.RestPki.Api.XmlSignedEntityTypes |
|
ValidationResults
Declaration
public ValidationResults ValidationResults { get; }
Property Value