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

适用于