EmbeddedTimestampVerificationResult Class |
Namespace: pdftron.PDF
public sealed class EmbeddedTimestampVerificationResult : IClosable
The EmbeddedTimestampVerificationResult type exposes the following members.
Name | Description | |
---|---|---|
Close | ||
Destroy |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCMSDigestStatus |
Retrieves the result condition associated with the CMS signed digest verification step.
| |
GetCMSDigestStatusAsString |
Retrieves the result condition associated with the CMS signed digest verification step, as a descriptive string.
| |
GetCMSSignatureDigestAlgorithm |
Retrieves an enumeration value representing the digest algorithm used to sign the timestamp token.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMessageImprintDigestAlgorithm |
Retrieves an enumeration value representing the digest algorithm used inside the message imprint field of the timestamp to digest the main signature value.
| |
GetMessageImprintDigestStatus |
Retrieves the result condition associated with the message imprint digest verification step.
| |
GetMessageImprintDigestStatusAsString |
Retrieves the result condition associated with the message imprint digest verification step, as a descriptive string.
| |
GetTrustStatus |
Retrieves the result condition associated with the trust verification step.
| |
GetTrustStatusAsString |
Retrieves the result condition associated with the trust verification step, as a descriptive string.
| |
GetTrustVerificationResult |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnsupportedFeatures |
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"
| |
GetVerificationStatus |
Retrieves the main verification status. The main status is determined based on the other statuses.
| |
HasTrustVerificationResult |
Returns whether there is a detailed TrustVerificationResult in this EmbeddedTimestampVerificationResult.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |