AuthenticationService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation)
- Source:
- AuthenticationService.cs
- Source:
- AuthenticationService.cs
Constructeur.
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)
Paramètres
- schemes
- IAuthenticationSchemeProvider
L’IAuthenticationSchemeProvideropérateur
- handlers
- IAuthenticationHandlerProvider
L’IAuthenticationRequestHandleropérateur
- transform
- IClaimsTransformation
L’IClaimsTransformationopérateur
S’applique à
AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation, IOptions<AuthenticationOptions>)
- Source:
- AuthenticationService.cs
Constructeur.
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))
Paramètres
- schemes
- IAuthenticationSchemeProvider
L’IAuthenticationSchemeProvideropérateur
- handlers
- IAuthenticationHandlerProvider
L’IAuthenticationHandlerProvideropérateur
- transform
- IClaimsTransformation
L’IClaimsTransformationopérateur
- options
- IOptions<AuthenticationOptions>
L’AuthenticationOptionsopérateur