ManifestSignatureInformation Class

Definition

Provides information for a manifest signature.

public ref class ManifestSignatureInformation sealed
public sealed class ManifestSignatureInformation
type ManifestSignatureInformation = class
Public NotInheritable Class ManifestSignatureInformation
Inheritance
ManifestSignatureInformation

Remarks

Use the VerifySignature method to obtain a ManifestSignatureInformationCollection object that can be use to examine the signature information.

Properties

AuthenticodeSignature

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.

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)
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.

Applies to