AuthType Enumeration
.NET Framework 3.0
The AuthType enumeration is used to specify the authentication method to use on a connection.
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
| Member name | Description | |
|---|---|---|
| Anonymous | Indicates that the connection should be made without passing credentials. The value is equal to 0. | |
| Basic | Indicates that basic authentication should be used on the connection. The value is equal to 1. | |
| Digest | Indicates that the Digest Access Authentication should be used on the connection. The value is equal to 4. | |
| Dpa | Indicates that Distributed Password Authentication (DPA) should be used on the connection. The value is equal to 6. | |
| External | Indicates an external method will be used to authenticate the connection. The value is equal to 8. | |
| Kerberos | Indicates that Kerberos authentication should be used on the connection. The value is equal to 9. | |
| Msn | Indicates that it is authenticated by “Microsoft Network Authentication Service”. The value is equal to 7. | |
| Negotiate | Indicates that Microsoft Negotiate authentication should be used on the connection. The value is equal to 2. | |
| Ntlm | Indicates that Windows NT Challenge/Response (NTLM) authentication should be used on the connection. The value is equal to 3. | |
| Sicily | Indicates a negotiation mechanism (Sicily) will be used to choose MSN, DPA or NTLM. This should be used for LDAPv2 servers only. The value is equal to 5. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: