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
Name | Value | Description |
---|---|---|
WindowsUser | 0 | Login is based on Windows User. |
WindowsGroup | 1 | Login is based on Windows Group. |
SqlLogin | 2 | Login is based on SQL login. |
Certificate | 3 | Login is based on certificate. |
AsymmetricKey | 4 | Login is based on asymmetric key. |
ExternalUser | 5 | Login is based on External User |
ExternalGroup | 6 | Login is based on External Group |