Class System.Net.Security.AuthenticationLevel

Namespace: System.Net.Security
Specifies the level of authentication services provided by the transport.

Members

Remarks

The AuthenticationLevel enumeration is used to specify the level of authentication services that the transport protocol provides. This enumeration is used by the SslStream class and related classes.

The values in this enumeration represent different levels of security guarantees for network communications.

Syntax

public enum AuthenticationLevel

Requirements

Namespace: System.Net.Security

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

.NET Framework versions: Available in .NET Framework 1.1 and later.

.NET Standard versions: Available in .NET Standard 1.3 and later.