AuthenticodeSignatureInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about an Authenticode signature for a manifest.
public ref class AuthenticodeSignatureInformation sealed
public sealed class AuthenticodeSignatureInformation
type AuthenticodeSignatureInformation = class
Public NotInheritable Class AuthenticodeSignatureInformation
- Inheritance
-
AuthenticodeSignatureInformation
Properties
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. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |