次の方法で共有


SspiSecurityToken コンストラクター

定義

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

オーバーロード

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

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

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

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

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

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

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

パラメーター

networkCredential
NetworkCredential

NetworkCredential

extractGroupsForWindowsAccounts
Boolean

Windows アカウントが属するグループを抽出する場合は true、それ以外の場合は false

allowUnauthenticatedCallers
Boolean

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

適用対象

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

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

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

パラメーター

allowNtlm
Boolean

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

networkCredential
NetworkCredential

NetworkCredential

適用対象