NegotiateAuthentication Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
NegotiateAuthentication(NegotiateAuthenticationClientOptions) |
Inicjuje NegotiateAuthentication nowe wystąpienie sesji uwierzytelniania po stronie klienta. |
NegotiateAuthentication(NegotiateAuthenticationServerOptions) |
Inicjuje NegotiateAuthentication nowe wystąpienie sesji uwierzytelniania po stronie serwera. |
NegotiateAuthentication(NegotiateAuthenticationClientOptions)
- Źródło:
- NegotiateAuthentication.cs
- Źródło:
- NegotiateAuthentication.cs
- Źródło:
- NegotiateAuthentication.cs
Inicjuje NegotiateAuthentication nowe wystąpienie sesji uwierzytelniania po stronie klienta.
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)
Parametry
- clientOptions
- NegotiateAuthenticationClientOptions
Torba właściwości dla opcji uwierzytelniania.
Dotyczy
NegotiateAuthentication(NegotiateAuthenticationServerOptions)
- Źródło:
- NegotiateAuthentication.cs
- Źródło:
- NegotiateAuthentication.cs
- Źródło:
- NegotiateAuthentication.cs
Inicjuje NegotiateAuthentication nowe wystąpienie sesji uwierzytelniania po stronie serwera.
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)
Parametry
- serverOptions
- NegotiateAuthenticationServerOptions
Torba właściwości dla opcji uwierzytelniania.