prjOriginatorKeyMode 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.
Used by the AssemblyOriginatorKeyMode. If the project has an originator key, it may be supplied through a key file or a key container.
public enum class prjOriginatorKeyMode
public enum class prjOriginatorKeyMode
enum prjOriginatorKeyMode
[System.Runtime.InteropServices.Guid("02720598-3E01-4721-ADAF-E2937BD6C645")]
public enum prjOriginatorKeyMode
[<System.Runtime.InteropServices.Guid("02720598-3E01-4721-ADAF-E2937BD6C645")>]
type prjOriginatorKeyMode =
Public Enum prjOriginatorKeyMode
- Inheritance
-
prjOriginatorKeyMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjOriginatorKeyModeNone | 0 | Assembly has no key. |
prjOriginatorKeyModeFile | 1 | Key is in a file. |
prjOriginatorKeyModeContainer | 2 | Key is in a container. |