Show / Hide Table of Contents

Class PadesSignerInfo

Inheritance
Object
PadesSignerInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pades
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
Type Description
Boolean

IsTsp

Whether or not the signer is a Document Timestamp

Declaration
public bool IsTsp { get; }
Property Value
Type Description
Boolean

Location

The signing location, if set

Declaration
public string Location { get; }
Property Value
Type Description
String

Reason

Signers signing reason, if set

Declaration
public string Reason { get; }
Property Value
Type Description
String

Signature

Declaration
public CadesSignature Signature { get; }
Property Value
Type Description
CadesSignature

SignatureFieldName

Declaration
public string SignatureFieldName { get; }
Property Value
Type Description
String

Signer

Declaration
public CadesSignerInfo Signer { get; }
Property Value
Type Description
CadesSignerInfo

SigningTime

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

VisualRepresentationInfo

Declaration
public PadesVisualRepresentationInfo VisualRepresentationInfo { get; }
Property Value
Type Description
PadesVisualRepresentationInfo
Back to top Copyright © 2015-2020 Lacuna Software