NegotiateAuthentication 建構函式

定義

多載

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

初始化 客戶端驗證會話的新實例 NegotiateAuthentication

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

初始化 伺服器端驗證會話的新實例 NegotiateAuthentication

NegotiateAuthentication(NegotiateAuthenticationClientOptions)

來源:
NegotiateAuthentication.cs
來源:
NegotiateAuthentication.cs
來源:
NegotiateAuthentication.cs

初始化 客戶端驗證會話的新實例 NegotiateAuthentication

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)

參數

clientOptions
NegotiateAuthenticationClientOptions

驗證選項的屬性包。

適用於

NegotiateAuthentication(NegotiateAuthenticationServerOptions)

來源:
NegotiateAuthentication.cs
來源:
NegotiateAuthentication.cs
來源:
NegotiateAuthentication.cs

初始化 伺服器端驗證會話的新實例 NegotiateAuthentication

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)

參數

serverOptions
NegotiateAuthenticationServerOptions

驗證選項的屬性包。

適用於