TimestampInformation Class
Provides details about the time stamp that was applied to an Authenticode signature for a manifest.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | HashAlgorithm | Gets the hash algorithm used to compute the time stamp signature. |
![]() | HResult | Gets the HRESULT value that results from verifying the signature. |
![]() | IsValid | Gets a value indicating whether the time stamp of the signature is valid. |
![]() | SignatureChain | Gets the chain of certificates used to verify the time stamp of the signature. |
![]() | SigningCertificate | Gets the certificate that signed the time stamp. |
![]() | Timestamp | Gets the time stamp that was applied to the signature. |
![]() | VerificationResult | Gets the result of verifying the time stamp signature. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

