共用方式為


WindowsSecurityTokenAuthenticator 建構函式

定義

初始化 WindowsSecurityTokenAuthenticator 類別的新執行個體。

多載

WindowsSecurityTokenAuthenticator()

初始化 WindowsSecurityTokenAuthenticator 類別的新執行個體。

WindowsSecurityTokenAuthenticator(Boolean)

指定當 Windows 使用者進行驗證時是否要將使用者所屬的群組加入至 WindowsSecurityTokenAuthenticator 屬性,初始化 ClaimSets 類別的新執行個體。

WindowsSecurityTokenAuthenticator()

初始化 WindowsSecurityTokenAuthenticator 類別的新執行個體。

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

備註

當使用者進行驗證時,負責識別使用者所屬 Windows 群組的宣告一開始會加入至 ClaimSets 屬性,最後才加入至 ClaimSets 屬性。

適用於

WindowsSecurityTokenAuthenticator(Boolean)

指定當 Windows 使用者進行驗證時是否要將使用者所屬的群組加入至 WindowsSecurityTokenAuthenticator 屬性,初始化 ClaimSets 類別的新執行個體。

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

參數

includeWindowsGroups
Boolean

若要取得 Windows 使用者所屬的群組,則為 true,否則為 false

適用於