MicrosoftAccountHandler Constructores

Definición

Sobrecargas

MicrosoftAccountHandler(IOptionsMonitor<MicrosoftAccountOptions>, ILoggerFactory, UrlEncoder)

Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs

Inicializa una nueva instancia de la clase MicrosoftAccountHandler.

C#
public MicrosoftAccountHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder);

Parámetros

encoder
UrlEncoder

Se aplica a

ASP.NET Core 9.0 y ASP.NET Core 8.0
Producto Versiones
ASP.NET Core 8.0, 9.0

MicrosoftAccountHandler(IOptionsMonitor<MicrosoftAccountOptions>, ILoggerFactory, UrlEncoder, ISystemClock)

Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs
Source:
MicrosoftAccountHandler.cs

Precaución

ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.

Inicializa una nueva instancia de la clase MicrosoftAccountHandler.

C#
public MicrosoftAccountHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder, Microsoft.AspNetCore.Authentication.ISystemClock clock);
C#
[System.Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
public MicrosoftAccountHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder, Microsoft.AspNetCore.Authentication.ISystemClock clock);

Parámetros

encoder
UrlEncoder
clock
ISystemClock
Atributos

Se aplica a

ASP.NET Core 9.0 otras versiones
Producto Versiones (Obsoleto)
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0 (8.0, 9.0)