AuthenticatedEncryptorConfiguration 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
AuthenticatedEncryptorConfiguration() | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings) | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider) |
AuthenticatedEncryptorConfiguration()
public:
AuthenticatedEncryptorConfiguration();
public AuthenticatedEncryptorConfiguration ();
Public Sub New ()
S’applique à
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings)
public:
AuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::AuthenticatedEncryptionSettings ^ settings);
public AuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings settings);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration
Public Sub New (settings As AuthenticatedEncryptionSettings)
Paramètres
- settings
- AuthenticatedEncryptionSettings
S’applique à
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider)
public:
AuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::AuthenticatedEncryptionSettings ^ settings, IServiceProvider ^ services);
public AuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings settings, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings * IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration
Public Sub New (settings As AuthenticatedEncryptionSettings, services As IServiceProvider)
Paramètres
- settings
- AuthenticatedEncryptionSettings
- services
- IServiceProvider