SspiSecurityTokenProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SspiSecurityTokenProvider クラスの新しいインスタンスを初期化します。
オーバーロード
SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)
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 クラスの新しいインスタンスを初期化します。
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 トークンに使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET