AuthenticatedEncryptorConfiguration Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AuthenticatedEncryptorConfiguration() | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings) | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider) |
AuthenticatedEncryptorConfiguration()
public:
AuthenticatedEncryptorConfiguration();
public AuthenticatedEncryptorConfiguration ();
Public Sub New ()
Si applica a
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)
Parametri
- settings
- AuthenticatedEncryptionSettings
Si applica a
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)
Parametri
- settings
- AuthenticatedEncryptionSettings
- services
- IServiceProvider