AuthenticodeSignatureInformation 类
定义
提供有关清单的 Authenticode 签名信息。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
- 继承
-
AuthenticodeSignatureInformation
属性
| Description |
获取签名证书的说明。Gets the description of the signing certificate. |
| DescriptionUrl |
获取签名证书的说明 URL。Gets the description URL of the signing certificate. |
| HashAlgorithm |
获取用于计算签名的哈希算法。Gets the hash algorithm used to compute the signature. |
| HResult |
通过验证签名获取 HRESULT 值。Gets the HRESULT value from verifying the signature. |
| SignatureChain |
获取用于验证 Authenticode 签名的证书链。Gets the chain of certificates used to verify the Authenticode signature. |
| SigningCertificate |
获取已为清单签名的证书。Gets the certificate that signed the manifest. |
| Timestamp |
获取应用于 Authenticode 签名的时间戳。Gets the time stamp that was applied to the Authenticode signature. |
| TrustStatus |
获取 Authenticode 签名的可信度。Gets the trustworthiness of the Authenticode signature. |
| VerificationResult |
获取验证 Authenticode 签名的结果。Gets the result of verifying the Authenticode signature. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |