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

認証オプションのプロパティ バッグ。

適用対象