prjOriginatorKeyMode Enumeration
Visual Studio 2015
Used by the AssemblyOriginatorKeyMode. If the project has an originator key, it may be supplied through a key file or a key container.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjOriginatorKeyModeContainer | Key is in a container. | |
| prjOriginatorKeyModeFile | Key is in a file. | |
| prjOriginatorKeyModeNone | Assembly has no key. |
Show: