Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ManifestSignatureInformation Class

Definition

Namespace:
System.Security.Cryptography
Assembly:
System.Core.dll

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

Name Description
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

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

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

VerifySignature(ActivationContext, ManifestKinds)

Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type.

VerifySignature(ActivationContext)

Gathers and verifies information about the signatures of manifests that belong to a specified activation context.

Applies to


Feedback

Was this page helpful?