WindowsSecurityTokenAuthenticator 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
。