AuthenticodeSignatureInformation Class
Provides information about an Authenticode signature for a manifest.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets the description of the signing certificate. |
![]() | DescriptionUrl | Gets the description URL of the signing certificate. |
![]() | HashAlgorithm | Gets the hash algorithm used to compute the signature. |
![]() | HResult | Gets the HRESULT value from verifying the signature. |
![]() | SignatureChain | Gets the chain of certificates used to verify the Authenticode signature. |
![]() | SigningCertificate | Gets the certificate that signed the manifest. |
![]() | Timestamp | Gets the time stamp that was applied to the Authenticode signature. |
![]() | TrustStatus | Gets the trustworthiness of the Authenticode signature. |
![]() | VerificationResult | Gets the result of verifying the Authenticode 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.

