Class SignaturesInfo

Describes and persists the overall validation status of the document, based on the digital signatures it contains.

Inheritance
System.Object
SignaturesInfo
Namespace: PSPDFKit.DigitalSignatures
Assembly: PSPDFKit.dll
Syntax
public sealed class SignaturesInfo

Properties

CheckedAt

The time the signatures were checked at.

Declaration
public DateTimeOffset CheckedAt { get; }
Property Value
Type Description
System.DateTimeOffset

DocumentModifiedSinceSignature

Whether the document has been modified since the last signature was added to it.

Declaration
public bool DocumentModifiedSinceSignature { get; }
Property Value
Type Description
System.Boolean

DocumentValidationStatus

The different possible validation states of the document.

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

SignatureInfos

The properties of each digital signature.

Declaration
public IEnumerable<SignatureInfo> SignatureInfos { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<SignatureInfo>