EphemeralDataProtectionProvider Constructeurs
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.
Surcharges
EphemeralDataProtectionProvider() |
Crée un éphémère IDataProtectionProvider. |
EphemeralDataProtectionProvider(ILoggerFactory) |
Crée un éphémère IDataProtectionProvider avec journalisation. |
EphemeralDataProtectionProvider(IServiceProvider) |
Crée un , qui IDataProtectionProviderfournit éventuellement des services (tels que la journalisation) pour la consommation par le fournisseur. |
EphemeralDataProtectionProvider()
Crée un éphémère IDataProtectionProvider.
public:
EphemeralDataProtectionProvider();
public EphemeralDataProtectionProvider ();
Public Sub New ()
S’applique à
EphemeralDataProtectionProvider(ILoggerFactory)
Crée un éphémère IDataProtectionProvider avec journalisation.
public:
EphemeralDataProtectionProvider(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public EphemeralDataProtectionProvider (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider
Public Sub New (loggerFactory As ILoggerFactory)
Paramètres
- loggerFactory
- ILoggerFactory
L’ILoggerFactoryopérateur
S’applique à
EphemeralDataProtectionProvider(IServiceProvider)
Crée un , qui IDataProtectionProviderfournit éventuellement des services (tels que la journalisation) pour la consommation par le fournisseur.
public:
EphemeralDataProtectionProvider(IServiceProvider ^ services);
public EphemeralDataProtectionProvider (IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider : IServiceProvider -> Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider
Public Sub New (services As IServiceProvider)
Paramètres
- services
- IServiceProvider