Click or drag to resize
Pdftools logo

UnsupportedSignatureContent Class

The validation result of a signature that cannot be read either because it has an unsupported type or is corrupt

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignatureValidationSignatureContent
        PdfTools.SignatureValidationUnsupportedSignatureContent

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.13.1+c1edd0fb6162605291bc60916112af48eb301945
Syntax
C#
public class UnsupportedSignatureContent : SignatureContent

The UnsupportedSignatureContent type exposes the following members.

Properties
 NameDescription
Public propertyValidity

Technical validity of the cryptographic signature

Indicates whether the cryptographic signature is valid based on the applied validation profile. For a complete validity assessment, it is also necessary to confirm that IsFullRevisionCovered is , ensuring the signature covers the entire document revision.
(Inherited from SignatureContent)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also