NegotiateAuthentication 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NegotiateAuthentication(NegotiateAuthenticationClientOptions)
初始化 客戶端驗證會話的新實例 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 。
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
驗證選項的屬性包。