Share via


SspiSecurityTokenProvider コンストラクター

定義

SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。

オーバーロード

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

ソース:
SspiSecurityTokenProvider.cs
ソース:
SspiSecurityTokenProvider.cs
ソース:
SspiSecurityTokenProvider.cs

SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。

public:
 SspiSecurityTokenProvider(System::Net::NetworkCredential ^ credential, bool extractGroupsForWindowsAccounts, bool allowUnauthenticatedCallers);
public SspiSecurityTokenProvider (System.Net.NetworkCredential credential, bool extractGroupsForWindowsAccounts, bool allowUnauthenticatedCallers);
new System.ServiceModel.Security.SspiSecurityTokenProvider : System.Net.NetworkCredential * bool * bool -> System.ServiceModel.Security.SspiSecurityTokenProvider
Public Sub New (credential As NetworkCredential, extractGroupsForWindowsAccounts As Boolean, allowUnauthenticatedCallers As Boolean)

パラメーター

credential
NetworkCredential

サーバー ID を表す NetworkCredential

extractGroupsForWindowsAccounts
Boolean

Windows グループを含むようにユーザーを拡張する場合は true、それ以外の場合は false

allowUnauthenticatedCallers
Boolean

認証されていない呼び出し元を許可する場合は true。それ以外の場合は false

注釈

このクラスのインスタンスは、サービスの SSPI トークンに使用されます。

適用対象

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

ソース:
SspiSecurityTokenProvider.cs
ソース:
SspiSecurityTokenProvider.cs
ソース:
SspiSecurityTokenProvider.cs

SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。

public:
 SspiSecurityTokenProvider(System::Net::NetworkCredential ^ credential, bool allowNtlm, System::Security::Principal::TokenImpersonationLevel impersonationLevel);
public SspiSecurityTokenProvider (System.Net.NetworkCredential credential, bool allowNtlm, System.Security.Principal.TokenImpersonationLevel impersonationLevel);
new System.ServiceModel.Security.SspiSecurityTokenProvider : System.Net.NetworkCredential * bool * System.Security.Principal.TokenImpersonationLevel -> System.ServiceModel.Security.SspiSecurityTokenProvider
Public Sub New (credential As NetworkCredential, allowNtlm As Boolean, impersonationLevel As TokenImpersonationLevel)

パラメーター

credential
NetworkCredential

クライアント ID を表す NetworkCredential

allowNtlm
Boolean

NTLM 認証を許可する場合は true、それ以外の場合は false

impersonationLevel
TokenImpersonationLevel

サーバーに付与された TokenImpersonationLevel

注釈

このクラスの新しいインスタンスは、クライアント上の SSPI トークンに使用されます。

適用対象