AuthenticationService Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation)
- Zdroj:
- AuthenticationService.cs
- Zdroj:
- 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
Hodnota IAuthenticationSchemeProvider
- handlers
- IAuthenticationHandlerProvider
Hodnota IAuthenticationRequestHandler
- transform
- IClaimsTransformation
Hodnota IClaimsTransformation
Platí pro
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation, IOptions<AuthenticationOptions>)
- Zdroj:
- 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
Hodnota IAuthenticationSchemeProvider
- handlers
- IAuthenticationHandlerProvider
Hodnota IAuthenticationHandlerProvider
- transform
- IClaimsTransformation
Hodnota IClaimsTransformation
- options
- IOptions<AuthenticationOptions>
Hodnota AuthenticationOptions