LoginType 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.
public enum LoginType
type LoginType =
Public Enum LoginType
- Inheritance
-
LoginType
Fields
AsymmetricKey | 4 | Login is based on asymmetric key. |
Certificate | 3 | Login is based on certificate. |
ExternalGroup | 6 | Login is based on External Group |
ExternalUser | 5 | Login is based on External User |
SqlLogin | 2 | Login is based on SQL login. |
WindowsGroup | 1 | Login is based on Windows Group. |
WindowsUser | 0 | Login is based on Windows User. |