ManifestKinds Enumeration
.NET Framework (current version)
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.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Application | The manifest is for an application. | |
| ApplicationAndDeployment | The manifest is for deployment and application. The is the default value for verifying signatures. | |
| Deployment | The manifest is for deployment only. | |
| None | The manifest is of no particular type. |
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: