KerberosSecurityTokenAuthenticator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
。