AuthenticationService Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation)
- Źródło:
- AuthenticationService.cs
- Źródło:
- AuthenticationService.cs
Konstruktor.
public:
AuthenticationService(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ schemes, Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider ^ handlers, Microsoft::AspNetCore::Authentication::IClaimsTransformation ^ transform);
public AuthenticationService (Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider schemes, Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider handlers, Microsoft.AspNetCore.Authentication.IClaimsTransformation transform);
new Microsoft.AspNetCore.Authentication.AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider * Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider * Microsoft.AspNetCore.Authentication.IClaimsTransformation -> Microsoft.AspNetCore.Authentication.AuthenticationService
Public Sub New (schemes As IAuthenticationSchemeProvider, handlers As IAuthenticationHandlerProvider, transform As IClaimsTransformation)
Parametry
- schemes
- IAuthenticationSchemeProvider
Element IAuthenticationSchemeProvider.
- handlers
- IAuthenticationHandlerProvider
Element IAuthenticationRequestHandler.
- transform
- IClaimsTransformation
Element IClaimsTransformation.
Dotyczy
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation, IOptions<AuthenticationOptions>)
- Źródło:
- AuthenticationService.cs
Konstruktor.
public:
AuthenticationService(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ schemes, Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider ^ handlers, Microsoft::AspNetCore::Authentication::IClaimsTransformation ^ transform, Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Authentication::AuthenticationOptions ^> ^ options);
public AuthenticationService (Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider schemes, Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider handlers, Microsoft.AspNetCore.Authentication.IClaimsTransformation transform, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> options);
new Microsoft.AspNetCore.Authentication.AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider * Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider * Microsoft.AspNetCore.Authentication.IClaimsTransformation * Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationService
Public Sub New (schemes As IAuthenticationSchemeProvider, handlers As IAuthenticationHandlerProvider, transform As IClaimsTransformation, options As IOptions(Of AuthenticationOptions))
Parametry
- schemes
- IAuthenticationSchemeProvider
Element IAuthenticationSchemeProvider.
- handlers
- IAuthenticationHandlerProvider
Element IAuthenticationHandlerProvider.
- transform
- IClaimsTransformation
Element IClaimsTransformation.
- options
- IOptions<AuthenticationOptions>
Element AuthenticationOptions.