AuthenticationService 建構函式

定義

多載

AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation)

建構函式。

AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation, IOptions<AuthenticationOptions>)

建構函式。

AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation)

來源:
AuthenticationService.cs
來源:
AuthenticationService.cs

建構函式。

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)

參數

適用於

AuthenticationService(IAuthenticationSchemeProvider, IAuthenticationHandlerProvider, IClaimsTransformation, IOptions<AuthenticationOptions>)

建構函式。

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))

參數

適用於