ManifestKinds Enum
Definition
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.
Represents the type of manifest that the signature information applies to.
This enumeration supports a bitwise combination of its member values.
public enum class ManifestKinds
[System.Flags]
public enum ManifestKinds
[<System.Flags>]
type ManifestKinds =
Public Enum ManifestKinds
- Inheritance
- 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.