WindowsUserNameSecurityTokenAuthenticator Konstruktorer

Definition

Initierar en ny instans av WindowsUserNameSecurityTokenAuthenticator klassen.

Överlagringar

Name Description
WindowsUserNameSecurityTokenAuthenticator()

Initierar en ny instans av WindowsUserNameSecurityTokenAuthenticator klassen.

WindowsUserNameSecurityTokenAuthenticator(Boolean)

Initierar en ny instans av klassen WindowsUserNameSecurityTokenAuthenticator genom att ange om de anspråk som identifierar de Windows grupper som en användare tillhör först läggs till i egenskapen ClaimSets när användaren autentiseras.

WindowsUserNameSecurityTokenAuthenticator()

Initierar en ny instans av WindowsUserNameSecurityTokenAuthenticator klassen.

public:
 WindowsUserNameSecurityTokenAuthenticator();
public WindowsUserNameSecurityTokenAuthenticator();
Public Sub New ()

Kommentarer

När användaren autentiseras läggs anspråk som identifierar de Windows grupper som en användare tillhör ursprungligen till egenskapen ClaimSets och slutligen till egenskapen ClaimSets.

Gäller för

WindowsUserNameSecurityTokenAuthenticator(Boolean)

Initierar en ny instans av klassen WindowsUserNameSecurityTokenAuthenticator genom att ange om de anspråk som identifierar de Windows grupper som en användare tillhör först läggs till i egenskapen ClaimSets när användaren autentiseras.

public:
 WindowsUserNameSecurityTokenAuthenticator(bool includeWindowsGroups);
public WindowsUserNameSecurityTokenAuthenticator(bool includeWindowsGroups);
new System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator : bool -> System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator
Public Sub New (includeWindowsGroups As Boolean)

Parametrar

includeWindowsGroups
Boolean

true för att hämta de grupper som den Windows användaren tillhör, annars false.

Gäller för