共用方式為


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

適用於