NegotiateAuthentication Constructors

Definition

Overloads

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

Initializes a new instance of the NegotiateAuthentication for client-side authentication session.

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

Initializes a new instance of the NegotiateAuthentication for server-side authentication session.

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

Source:
NegotiateAuthentication.cs
Source:
NegotiateAuthentication.cs
Source:
NegotiateAuthentication.cs

Initializes a new instance of the NegotiateAuthentication for client-side authentication session.

C#
public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationClientOptions clientOptions);

Parameters

clientOptions
NegotiateAuthenticationClientOptions

The property bag for the authentication options.

Applies to

.NET 9 and other versions
Product Versions
.NET 7, 8, 9

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

Source:
NegotiateAuthentication.cs
Source:
NegotiateAuthentication.cs
Source:
NegotiateAuthentication.cs

Initializes a new instance of the NegotiateAuthentication for server-side authentication session.

C#
public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationServerOptions serverOptions);

Parameters

serverOptions
NegotiateAuthenticationServerOptions

The property bag for the authentication options.

Applies to

.NET 9 and other versions
Product Versions
.NET 7, 8, 9