Enum WindowsIdentityHelper.LogonProvider
Logon provider used with LogonUser
Namespace: SuperOffice.Security.Util
Assembly: SoCore.dll
Syntax
public enum WindowsIdentityHelper.LogonProvider
Fields
| Name | Description |
|---|---|
| Default | Use the standard logon provider for the system. The default security provider is NTLM. Windows XP: The default 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 | Use the Windows NT 3.5 logon provider. |
| WinNT40 | Use the NTLM logon provider. |
| WinNT50 | Windows 2000/XP: Use the negotiate logon provider. |