AuthenticatedEncryptorConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AuthenticatedEncryptorConfiguration() | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings) | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider) |
AuthenticatedEncryptorConfiguration()
public:
AuthenticatedEncryptorConfiguration();
public AuthenticatedEncryptorConfiguration ();
Public Sub New ()
Applies to
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)
Parameters
- settings
- AuthenticatedEncryptionSettings
Applies to
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)
Parameters
- settings
- AuthenticatedEncryptionSettings
- services
- IServiceProvider