This documentation is archived and is not being maintained.
SessionAuthentication Enumeration
Visual Studio 2010
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 SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: