DataProtectorTokenProvider<TUser>.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 le ILogger utilisé pour journaliser les messages du fournisseur.
public:
property Microsoft::Extensions::Logging::ILogger<Microsoft::AspNetCore::Identity::DataProtectorTokenProvider<TUser> ^> ^ Logger { Microsoft::Extensions::Logging::ILogger<Microsoft::AspNetCore::Identity::DataProtectorTokenProvider<TUser> ^> ^ get(); };
public Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Identity.DataProtectorTokenProvider<TUser>> Logger { get; }
member this.Logger : Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Identity.DataProtectorTokenProvider<'User>>
Public ReadOnly Property Logger As ILogger(Of DataProtectorTokenProvider(Of TUser))
Valeur de propriété
ILogger<DataProtectorTokenProvider<TUser>>
ILogger utilisé pour journaliser les messages du fournisseur.