MSDN Library

NegotiatePriorityClass Enumeration

Namespace: System.Net.Security

Specifies the priority of the NTLM authentication request.

Members

Normal - Specifies normal priority for the NTLM authentication request.
Low - Specifies low priority for the NTLM authentication request.
High - Specifies high priority for the NTLM authentication request.

Syntax

[FlagsAttribute]
public enum NegotiatePriorityClass

Remarks

The NegotiatePriorityClass enumeration is used to set the priority of an NTLM authentication request. Higher priority requests are processed before lower priority requests.

This enumeration is used by the NegotiateStream.AuthenticateAsClient and NegotiateStream.AuthenticateAsServer methods.

Requirements

Assembly: System.Net.dll (in System.Net.dll)

Namespace: System.Net.Security

Platform: .NET Framework 2.0, .NET Framework 3.0, .NET Framework 3.5, .NET Framework 4.0, .NET Framework 4.5, .NET Framework 4.6, .NET Framework 4.7, .NET Framework 4.8, .NET Core 2.0, .NET Core 2.1, .NET Core 2.2, .NET Standard 2.0, .NET Standard 2.1, .NET 5+