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