次の方法で共有


KerberosSecurityTokenAuthenticator コンストラクター

定義

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

オーバーロード

KerberosSecurityTokenAuthenticator()

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

KerberosSecurityTokenAuthenticator(Boolean)

ユーザーを認証するときに、Windows ユーザーが属するグループを取得するかどうかを指定して、KerberosSecurityTokenAuthenticator クラスの新しいインスタンスを初期化します。

KerberosSecurityTokenAuthenticator()

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

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

注釈

ユーザーが認証される場合、Windows ユーザーが属するグループを識別するクレームが追加されます。

適用対象

KerberosSecurityTokenAuthenticator(Boolean)

ユーザーを認証するときに、Windows ユーザーが属するグループを取得するかどうかを指定して、KerberosSecurityTokenAuthenticator クラスの新しいインスタンスを初期化します。

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

パラメーター

includeWindowsGroups
Boolean

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

適用対象