Click or drag to resize
Pdftools logo

CmsSignatureContent Class

The data and validation result of the cryptographic signature

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

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class CmsSignatureContent : SignatureContent

The CmsSignatureContent type exposes the following members.

Properties
 NameDescription
Public propertyCertificateChain

The certificate chain of the signing certificate

Public propertyHashAlgorithm

The hash algorithm used to calculate the signature's message digest

Public propertySigningCertificate

The signing certificate

Public propertyTimeStamp

The data and validation result of the embedded time-stamp

Public propertyValidationTime

The time at which the signature has been validated

Public propertyValidationTimeSource

The source for the validation time

Public propertyValidity

Whether the cryptographic signature is valid according to the validation profile used


(Inherited from SignatureContent)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also