次の方法で共有


WindowsUserNameSecurityTokenAuthenticator コンストラクター

定義

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

オーバーロード

名前 説明
WindowsUserNameSecurityTokenAuthenticator()

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

WindowsUserNameSecurityTokenAuthenticator(Boolean)

ユーザーが属する Windows グループを識別する要求が、ユーザーの認証時に最初に ClaimSets プロパティに追加されるかどうかを指定して、WindowsUserNameSecurityTokenAuthenticator クラスの新しいインスタンスを初期化します。

WindowsUserNameSecurityTokenAuthenticator()

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

public:
 WindowsUserNameSecurityTokenAuthenticator();
public WindowsUserNameSecurityTokenAuthenticator();
Public Sub New ()

注釈

ユーザーが認証されると、ユーザーが属する Windows グループを識別する要求は、最初に ClaimSets プロパティに追加され、最終的には ClaimSets プロパティに追加されます。

適用対象

WindowsUserNameSecurityTokenAuthenticator(Boolean)

ユーザーが属する Windows グループを識別する要求が、ユーザーの認証時に最初に ClaimSets プロパティに追加されるかどうかを指定して、WindowsUserNameSecurityTokenAuthenticator クラスの新しいインスタンスを初期化します。

public:
 WindowsUserNameSecurityTokenAuthenticator(bool includeWindowsGroups);
public WindowsUserNameSecurityTokenAuthenticator(bool includeWindowsGroups);
new System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator : bool -> System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator
Public Sub New (includeWindowsGroups As Boolean)

パラメーター

includeWindowsGroups
Boolean

true Windows ユーザーが属するグループを取得する場合。それ以外の場合は false

適用対象