Class PadesSignerInfo
Inheritance
PadesSignerInfo
Assembly: Lacuna.Pki.dll
Syntax
public class PadesSignerInfo
Properties
HasLtv
Wheter or not the signer has a VRI dictionary with certificate validation artifacts
from the signing time (Long Term Validation)
Declaration
public bool HasLtv { get; }
Property Value
IsTsp
Whether or not the signer is a Document Timestamp
Declaration
public bool IsTsp { get; }
Property Value
Location
The signing location, if set
Declaration
public string Location { get; }
Property Value
Reason
Signers signing reason, if set
Declaration
public string Reason { get; }
Property Value
Signature
Declaration
public CadesSignature Signature { get; }
Property Value
SignatureFieldName
Declaration
public string SignatureFieldName { get; }
Property Value
Signer
Declaration
public CadesSignerInfo Signer { get; }
Property Value
SigningTime
Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
VisualRepresentationInfo
Declaration
public PadesVisualRepresentationInfo VisualRepresentationInfo { get; }
Property Value