Class CadesTimestamp
Class for viewing CAdES signature elements and validation
Inherited Members
CadesSignature.ValidateAllSignatures(CadesPolicySpec, Nullable<DateTimeOffset>, IReferencedCrlStore)
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 |