WindowsSecurityTokenAuthenticator Constructors

Definition

Initializes a new instance of the WindowsSecurityTokenAuthenticator class.

Overloads

WindowsSecurityTokenAuthenticator()

Initializes a new instance of the WindowsSecurityTokenAuthenticator class.

WindowsSecurityTokenAuthenticator(Boolean)

Initializes a new instance of the WindowsSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are added to the ClaimSets property when the user is authenticated.

WindowsSecurityTokenAuthenticator()

Initializes a new instance of the WindowsSecurityTokenAuthenticator class.

public WindowsSecurityTokenAuthenticator ();

Remarks

When the user is authenticated, claims that identify the Windows groups that a user belongs to are initially added to the ClaimSets property and eventually to the ClaimSets property.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WindowsSecurityTokenAuthenticator(Boolean)

Initializes a new instance of the WindowsSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are added to the ClaimSets property when the user is authenticated.

public WindowsSecurityTokenAuthenticator (bool includeWindowsGroups);

Parameters

includeWindowsGroups
Boolean

true to get the groups the Windows user belongs to; otherwise, false.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1