Aracılığıyla paylaş


NegotiateAuthentication Oluşturucular

Tanım

Aşırı Yüklemeler

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

İstemci tarafı kimlik doğrulaması oturumu için yeni bir örneğini NegotiateAuthentication başlatır.

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

Sunucu tarafı kimlik doğrulaması oturumu için yeni bir örneğini NegotiateAuthentication başlatır.

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

Kaynak:
NegotiateAuthentication.cs
Kaynak:
NegotiateAuthentication.cs
Kaynak:
NegotiateAuthentication.cs

İstemci tarafı kimlik doğrulaması oturumu için yeni bir örneğini NegotiateAuthentication başlatır.

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)

Parametreler

clientOptions
NegotiateAuthenticationClientOptions

Kimlik doğrulama seçenekleri için özellik paketi.

Şunlara uygulanır

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

Kaynak:
NegotiateAuthentication.cs
Kaynak:
NegotiateAuthentication.cs
Kaynak:
NegotiateAuthentication.cs

Sunucu tarafı kimlik doğrulaması oturumu için yeni bir örneğini NegotiateAuthentication başlatır.

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)

Parametreler

serverOptions
NegotiateAuthenticationServerOptions

Kimlik doğrulama seçenekleri için özellik paketi.

Şunlara uygulanır