LoginType Enumeration
The LoginType enumeration contains values that are used to specify the authentication type and the Windows account type.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| AsymmetricKey | Value = 4. The logon is mapped to an asymmetric key. | |
| Certificate | Value = 3. The logon is mapped to a certificate. | |
| ExternalGroup | Value = 6. The external group logon. | |
| ExternalUser | Value = 5. The external individual logon. | |
| SqlLogin | Value = 2. A SQL Server standard logon. | |
| WindowsGroup | Value = 1. A Windows group logon. | |
| WindowsUser | Value = 0. A Windows individual logon. |
Show: