Click or drag to resize

EmbeddedTimestampVerificationResult Class

This class represents the result of verifying a secure embedded timestamp digital signature.
Inheritance Hierarchy
SystemObject
  pdftron.PDFEmbeddedTimestampVerificationResult

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class EmbeddedTimestampVerificationResult : IClosable

The EmbeddedTimestampVerificationResult type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodDestroy
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCMSDigestStatus
Retrieves the result condition associated with the CMS signed digest verification step.
Public methodGetCMSDigestStatusAsString
Retrieves the result condition associated with the CMS signed digest verification step, as a descriptive string.
Public methodGetCMSSignatureDigestAlgorithm
Retrieves an enumeration value representing the digest algorithm used to sign the timestamp token.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMessageImprintDigestAlgorithm
Retrieves an enumeration value representing the digest algorithm used inside the message imprint field of the timestamp to digest the main signature value.
Public methodGetMessageImprintDigestStatus
Retrieves the result condition associated with the message imprint digest verification step.
Public methodGetMessageImprintDigestStatusAsString
Retrieves the result condition associated with the message imprint digest verification step, as a descriptive string.
Public methodGetTrustStatus
Retrieves the result condition associated with the trust verification step.
Public methodGetTrustStatusAsString
Retrieves the result condition associated with the trust verification step, as a descriptive string.
Public methodGetTrustVerificationResult
Retrieves the detailed result associated with the trust step of the verification operation that returned this EmbeddedTimestampVerificationResult, if such a detailed trust result is available.Must call HasTrustVerificationResult firstand check for a true result.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnsupportedFeatures
Retrieves reports about unsupported features encountered during verification of the timestamp. Current possible values: "GeneralizedTime format with length <number greater than 15%gt;", "unsupported digest algorithm"
Public methodGetVerificationStatus
Retrieves the main verification status. The main status is determined based on the other statuses.
Public methodHasTrustVerificationResult
Returns whether there is a detailed TrustVerificationResult in this EmbeddedTimestampVerificationResult.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also