LogonProvider - перечисление
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public enum LogonProvider
Public Enumeration LogonProvider
public enum class LogonProvider
Default | 0 |
Use the standard logon provider for the system. The default security provider is negotiate, unless you pass NULL
for the domain name and the user name is not in UPN format. In this case, the default provider is NTLM.
|
WinNT35 | 1 |
Use the win 3.5 logon provider
|
WinNT40 | 2 |
Use the NTLM logon provider.
|
WinNT50 | 3 |
Use the negotiate logon provider.
|