ManifestKinds Enum
Definition
Represents the type of manifest that the signature information applies to.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class ManifestKinds
[System.Flags]
public enum ManifestKinds
type ManifestKinds =
Public Enum ManifestKinds
- Inheritance
- Attributes
Fields
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. |
Deployment | 1 | The manifest is for deployment only. |
None | 0 | The manifest is of no particular type. |
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.