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
。