KerberosSecurityTokenAuthenticator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the KerberosSecurityTokenAuthenticator class.
Overloads
KerberosSecurityTokenAuthenticator() |
Initializes a new instance of the KerberosSecurityTokenAuthenticator class. |
KerberosSecurityTokenAuthenticator(Boolean) |
Initializes a new instance of the KerberosSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are obtained when the user is authenticated. |
KerberosSecurityTokenAuthenticator()
Initializes a new instance of the KerberosSecurityTokenAuthenticator class.
public:
KerberosSecurityTokenAuthenticator();
public KerberosSecurityTokenAuthenticator ();
Public Sub New ()
Remarks
When the user is authenticated the claims are added to identify the groups that the Windows user belongs to.
Applies to
KerberosSecurityTokenAuthenticator(Boolean)
Initializes a new instance of the KerberosSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are obtained when the user is authenticated.
public:
KerberosSecurityTokenAuthenticator(bool includeWindowsGroups);
public KerberosSecurityTokenAuthenticator (bool includeWindowsGroups);
new System.IdentityModel.Selectors.KerberosSecurityTokenAuthenticator : bool -> System.IdentityModel.Selectors.KerberosSecurityTokenAuthenticator
Public Sub New (includeWindowsGroups As Boolean)
Parameters
- includeWindowsGroups
- Boolean
true
to get the groups the Windows user belongs to; otherwise, false
.