SignatureType 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.
Defines the valid types of signatures.
public enum class SignatureTypepublic enum SignatureTypetype SignatureType = Public Enum SignatureType- Inheritance
- 
				SignatureType
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | The file is not signed. | 
| Authenticode | 1 | The signature is an Authenticode signature embedded into the file itself. | 
| Catalog | 2 | The signature is a catalog signature. |