Share via


NegotiateAuthentication Constructeurs

Définition

Surcharges

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

Initialise une nouvelle instance de la NegotiateAuthentication session d’authentification côté client.

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

Initialise une nouvelle instance de la session d’authentification NegotiateAuthentication côté serveur.

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

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

Initialise une nouvelle instance de la NegotiateAuthentication session d’authentification côté client.

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)

Paramètres

clientOptions
NegotiateAuthenticationClientOptions

Conteneur de propriétés pour les options d’authentification.

S’applique à

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

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

Initialise une nouvelle instance de la session d’authentification NegotiateAuthentication côté serveur.

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)

Paramètres

serverOptions
NegotiateAuthenticationServerOptions

Conteneur de propriétés pour les options d’authentification.

S’applique à