This documentation is archived and is not being maintained.
SessionAuthentication Enumeration
Visual Studio 2008
Defines values for the type of authentication used during a Remote Procedure Call (RPC) login to a server. This login occurs when you create a EventLogSession object that specifies a connection to a remote computer.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Default | Use the default authentication method during RPC login. The default authentication is equivalent to Negotiate. | |
| Negotiate | Use the Negotiate authentication method during RPC login. This allows the client application to select the most appropriate authentication method (NTLM or Kerberos) for the situation. | |
| Kerberos | Use Kerberos authentication during RPC login. | |
| Ntlm | Use Windows NT LAN Manager (NTLM) authentication during RPC login. |
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: