AuthenticationHandler<TOptions>.Logger Propriété
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.
Obtient ILogger.
protected:
property Microsoft::Extensions::Logging::ILogger ^ Logger { Microsoft::Extensions::Logging::ILogger ^ get(); };
protected Microsoft.Extensions.Logging.ILogger Logger { get; }
member this.Logger : Microsoft.Extensions.Logging.ILogger
member this.Logger : Microsoft.Extensions.Logging.ILogger
Protected ReadOnly Property Logger As ILogger