Edit

Share via


ManifestKinds Enum

Definition

Represents the type of manifest that the signature information applies to.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum ManifestKinds
Inheritance
ManifestKinds
Attributes

Fields

Name Value Description
None 0

The manifest is of no particular type.

Deployment 1

The manifest is for deployment only.

Application 2

The manifest is for an application.

ApplicationAndDeployment 3

The manifest is for deployment and application. The is the default value for verifying signatures.

Remarks

This enumeration has two purposes:

  • In the VerifySignature method, it specifies which manifests you want to generate signature information for.

  • In a ManifestSignatureInformation object, it shows you which manifest the signature information is generated from.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1