Click or drag to resize

TrustVerificationResult Class

The detailed result of a trust verification step of a verification operation performed on a digital signature.
Inheritance Hierarchy
SystemObject
  pdftron.PDFTrustVerificationResult

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

The TrustVerificationResult 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 methodGetCertPath
Retrieves the certificate path that was used for verification.
Public methodGetEmbeddedTimestampVerificationResult
Returns the detailed timestamp result inside this TrustVerificationResult. One must call HasEmbeddedTimestampVerificationResult first to check whether the result is available.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResultString
Retrieves a string representation of the details of the trust verification status.
Public methodGetTimeOfTrustVerification
Retrieves the reference-time used for trust verification as an epoch time.
Public methodGetTimeOfTrustVerificationEnum
Retrieves the type of reference-time used for trust verification.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasEmbeddedTimestampVerificationResult
Returns whether this TrustVerificationResult has a detailed timestamp result inside.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWasSuccessful
Retrieves the trust verification status.
Top
See Also