Show / Hide Table of Contents
Editar no GitHub

Class CadesSignerInfo

Inheritance
Object
CadesSignerInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Cades
Assembly: Lacuna.Pki.dll
Syntax
public class CadesSignerInfo

Properties

| Improve this Doc View Source

ArchiveTimestamps

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

AttributeCertificates

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

CadesCTimestamps

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

CertCrlTimestamp

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

CertificateValues

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

CommitmentType

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

CompleteCertificateRefs

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

CompleteRevocationRefs

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

DigestAlgorithm

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

EncapsultedContentType

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

MessageDigest

Declaration
public byte[] MessageDigest { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

RevocationValues

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

SignatureAlgorithm

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

SignaturePolicy

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

SignatureTimeStamps

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

SignatureValue

Declaration
public byte[] SignatureValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

SignedAttributesEncoded

Declaration
public byte[] SignedAttributesEncoded { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

SigningCertificate

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

SigningCertificateDigest

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

SigningDescription

Declaration
public string SigningDescription { get; }
Property Value
Type Description
String
| Improve this Doc View Source

SigningTime

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

Methods

| Improve this Doc View Source

GetDateReference()

Declaration
public DateTimeOffset? GetDateReference()
Returns
Type Description
Nullable<DateTimeOffset>
| Improve this Doc View Source

GetDateReference(out Boolean)

Get the signing date of the signature

Declaration
public DateTimeOffset GetDateReference(out bool isCertified)
Parameters
Type Name Description
Boolean isCertified

If the date is based in a certified timestamp authority

Returns
Type Description
DateTimeOffset
Back to top Copyright © 2015-2020 Lacuna Software