ManifestSignatureInformation 类

定义

提供清单签名的相关信息。Provides information for a manifest signature.

public ref class ManifestSignatureInformation sealed
public sealed class ManifestSignatureInformation
type ManifestSignatureInformation = class
Public NotInheritable Class ManifestSignatureInformation
继承
ManifestSignatureInformation

注解

使用 VerifySignature 方法可获取 ManifestSignatureInformationCollection 可用于检查签名信息的对象。Use the VerifySignature method to obtain a ManifestSignatureInformationCollection object that can be use to examine the signature information.

属性

AuthenticodeSignature

获取清单的 Authenticode 签名信息。Gets the Authenticode signature information for a manifest.

Manifest

获取清单的类型。Gets the type of a manifest.

StrongNameSignature

获取清单的强名称签名的详细信息。Gets the details of the strong name signature of a manifest.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets 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)
VerifySignature(ActivationContext)

收集并验证有关属于指定激活上下文的清单的签名信息。Gathers and verifies information about the signatures of manifests that belong to a specified activation context.

VerifySignature(ActivationContext, ManifestKinds)

收集并验证有关属于指定激活上下文和清单类型的清单的签名信息。Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type.

VerifySignature(ActivationContext, ManifestKinds, X509RevocationFlag, X509RevocationMode)

收集并验证有关属于指定激活上下文和清单类型的清单的签名信息,并可以选择证书以进行吊销。Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type, and allows certificates to be selected for revocation.

适用于