TrustVerificationResult Class |
Namespace: pdftron.PDF
public sealed class TrustVerificationResult : IClosable
The TrustVerificationResult 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.) | |
GetCertPath |
Retrieves the certificate path that was used for verification.
| |
GetEmbeddedTimestampVerificationResult |
Returns the detailed timestamp result inside this TrustVerificationResult. One must call HasEmbeddedTimestampVerificationResult first to check whether the result is available.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetResultString |
Retrieves a string representation of the details of the trust verification status.
| |
GetTimeOfTrustVerification |
Retrieves the reference-time used for trust verification as an epoch time.
| |
GetTimeOfTrustVerificationEnum |
Retrieves the type of reference-time used for trust verification.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasEmbeddedTimestampVerificationResult |
Returns whether this TrustVerificationResult has a detailed timestamp result inside.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WasSuccessful |
Retrieves the trust verification status.
|