Show / Hide Table of Contents
Editar no GitHub

Class CadesSignerInfo

Inheritance
Object
CadesSignerInfo
PadesSignerInfo
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 CadesSignerInfo

Properties

| Improve this Doc View Source

BStamp

Declaration
public SignerBStamp BStamp { get; set; }
Property Value
Type Description
SignerBStamp
| Improve this Doc View Source

Certificate

Declaration
public PKCertificate Certificate { get; }
Property Value
Type Description
PKCertificate
| Improve this Doc View Source

CertifiedDateReference

Declaration
public DateTimeOffset? CertifiedDateReference { get; }
Property Value
Type Description
Nullable<DateTimeOffset>
| Improve this Doc View Source

MessageDigest

Declaration
public DigestAlgorithmAndValue MessageDigest { get; }
Property Value
Type Description
DigestAlgorithmAndValue
| Improve this Doc View Source

Signature

Declaration
public SignatureAlgorithmAndValue Signature { get; }
Property Value
Type Description
SignatureAlgorithmAndValue
| Improve this Doc View Source

SignaturePolicy

Declaration
public SignaturePolicyIdentifier SignaturePolicy { get; }
Property Value
Type Description
SignaturePolicyIdentifier
| Improve this Doc View Source

SigningTime

Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
Type Description
Nullable<DateTimeOffset>
| Improve this Doc View Source

Timestamps

Declaration
public List<CadesTimestamp> Timestamps { get; }
Property Value
Type Description
List<CadesTimestamp>
| Improve this Doc View Source

ValidationResults

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