Class PadesSignerInfo
Inheritance
PadesSignerInfo
Assembly: Lacuna.Pki.dll
Syntax
public class PadesSignerInfo
Properties
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
IsTsp
Whether or not the signer is a Document Timestamp
Declaration
public bool IsTsp { get; }
Property Value
|
Improve this Doc
View Source
Location
The signing location, if set
Declaration
public string Location { get; }
Property Value
|
Improve this Doc
View Source
Reason
Signers signing reason, if set
Declaration
public string Reason { get; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public CadesSignature Signature { get; }
Property Value
|
Improve this Doc
View Source
SignatureFieldName
Declaration
public string SignatureFieldName { get; }
Property Value
|
Improve this Doc
View Source
Signer
Declaration
public CadesSignerInfo Signer { get; }
Property Value
|
Improve this Doc
View Source
SigningTime
Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
|
Improve this Doc
View Source
VisualRepresentationInfo
Declaration
public PadesVisualRepresentationInfo VisualRepresentationInfo { get; }
Property Value