Show / Hide Table of Contents

Class CadesTimestamp

Class for viewing CAdES signature elements and validation

Inheritance
Object
CadesSignature
CadesTimestamp
Inherited Members
CadesSignature.EncodedValue
CadesSignature.Open(String)
CadesSignature.Signers
CadesSignature.EncapsulatedContentType
CadesSignature.HasEncapsulatedContent
CadesSignature.Crls
CadesSignature.Certificates
CadesSignature.GetEncapsulatedContent()
CadesSignature.WriteEncapsulatedContent(Stream)
CadesSignature.SetExternalData(Stream)
CadesSignature.SetExternalData(Byte[])
CadesSignature.SetExternalData(String)
CadesSignature.SetExternalDataDigest(DigestAlgorithm, Byte[])
CadesSignature.ValidateAllSignatures(CadesPolicySpec, ValidationContext)
CadesSignature.ValidateAllSignatures(ICadesPolicyMapper, ValidationContext)
CadesSignature.ValidateAllSignatures(ICadesPolicyMapperBySignerInfo, ValidationContext)
CadesSignature.ValidateAllSignatures(CadesPolicySpec, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ValidateAllSignatures(ICadesPolicyMapper, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ValidateAllSignatures(ICadesPolicyMapperBySignerInfo, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ValidateSignature(CadesSignerInfo, CadesPolicySpec, ValidationContext)
CadesSignature.ValidateSignature(CadesSignerInfo, ICadesPolicyMapper, ValidationContext)
CadesSignature.ValidateSignature(CadesSignerInfo, ICadesPolicyMapperBySignerInfo, ValidationContext)
CadesSignature.ValidateSignature(CadesSignerInfo, CadesPolicySpec, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ValidateSignature(CadesSignerInfo, ICadesPolicyMapper, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ValidateSignature(CadesSignerInfo, ICadesPolicyMapperBySignerInfo, Nullable<DateTimeOffset>, IReferencedCrlStore)
CadesSignature.ICertificateStore.GetCertificate(Name, BigInteger)
CadesSignature.ICertificateStore.GetCertificate(Byte[])
CadesSignature.ICertificateStore.GetCertificates(Name)
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 CadesTimestamp : CadesSignature, ICertificateStore

Properties

GenTime

Declaration
public DateTimeOffset GenTime { get; }
Property Value
Type Description
DateTimeOffset

TstInfo

Declaration
public TstInfo TstInfo { get; }
Property Value
Type Description
TstInfo

Methods

Open(Byte[])

Open a CAdES timestamp

Declaration
public static CadesTimestamp Open(byte[] content)
Parameters
Type Name Description
Byte[] content

CAdES timestamp content bytes

Returns
Type Description
CadesTimestamp

CAdES timestamp object

Open(Stream)

Open a CAdES timestamp

Declaration
public static CadesTimestamp Open(Stream stream)
Parameters
Type Name Description
Stream stream

CAdES timestamp content stream

Returns
Type Description
CadesTimestamp

CAdES timestamp object

Back to top Copyright © 2015-2020 Lacuna Software