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.

public:
 NegotiateAuthentication(System::Net::Security::NegotiateAuthenticationClientOptions ^ clientOptions);
public NegotiateAuthentication (System.Net.Security.NegotiateAuthenticationClientOptions clientOptions);
new System.Net.Security.NegotiateAuthentication : System.Net.Security.NegotiateAuthenticationClientOptions -> System.Net.Security.NegotiateAuthentication
Public Sub New (clientOptions As NegotiateAuthenticationClientOptions)

Parameters

clientOptions
NegotiateAuthenticationClientOptions

The property bag for the authentication options.

Applies to

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

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

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

public:
 NegotiateAuthentication(System::Net::Security::NegotiateAuthenticationServerOptions ^ serverOptions);
public NegotiateAuthentication (System.Net.Security.NegotiateAuthenticationServerOptions serverOptions);
new System.Net.Security.NegotiateAuthentication : System.Net.Security.NegotiateAuthenticationServerOptions -> System.Net.Security.NegotiateAuthentication
Public Sub New (serverOptions As NegotiateAuthenticationServerOptions)

Parameters

serverOptions
NegotiateAuthenticationServerOptions

The property bag for the authentication options.

Applies to