RevalidatingServerAuthenticationStateProvider(ILoggerFactory) Constructeur
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.
Construit un instance de RevalidatingServerAuthenticationStateProvider.
public:
RevalidatingServerAuthenticationStateProvider(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public RevalidatingServerAuthenticationStateProvider (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider
Public Sub New (loggerFactory As ILoggerFactory)
Paramètres
- loggerFactory
- ILoggerFactory
Fabrique d’enregistreurs d’événements.