Show / Hide Table of Contents

Class XmlSignature

Inheritance
Object
XmlSignature
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class XmlSignature

Properties

BStamp

Declaration
public SignerBStamp BStamp { get; }
Property Value
Type Description
SignerBStamp

Certificate

Declaration
public PKCertificate Certificate { get; }
Property Value
Type Description
PKCertificate

CertifiedDateReference

Declaration
public DateTimeOffset? CertifiedDateReference { get; }
Property Value
Type Description
Nullable<DateTimeOffset>

Signature

Declaration
public SignatureAlgorithmAndValue Signature { get; }
Property Value
Type Description
SignatureAlgorithmAndValue

SignaturePolicy

Declaration
public SignaturePolicyIdentifier SignaturePolicy { get; }
Property Value
Type Description
SignaturePolicyIdentifier

SignedElement

Declaration
public XmlElementInfo SignedElement { get; }
Property Value
Type Description
XmlElementInfo

SigningTime

Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
Type Description
Nullable<DateTimeOffset>

Timestamps

Declaration
public List<CadesTimestamp> Timestamps { get; }
Property Value
Type Description
List<CadesTimestamp>

Type

Declaration
public XmlSignedEntityTypes Type { get; }
Property Value
Type Description
Lacuna.RestPki.Api.XmlSignedEntityTypes

ValidationResults

Declaration
public ValidationResults ValidationResults { get; }
Property Value
Type Description
ValidationResults
Back to top Copyright © 2015-2020 Lacuna Software