ManagedAuthenticatedEncryptorConfiguration 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
ManagedAuthenticatedEncryptorConfiguration()
public:
ManagedAuthenticatedEncryptorConfiguration();
public ManagedAuthenticatedEncryptorConfiguration ();
Public Sub New ()
Applies to
ManagedAuthenticatedEncryptorConfiguration(ManagedAuthenticatedEncryptionSettings)
public:
ManagedAuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ManagedAuthenticatedEncryptionSettings ^ settings);
public ManagedAuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptionSettings settings);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptionSettings -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration
Public Sub New (settings As ManagedAuthenticatedEncryptionSettings)
Parameters
Applies to
ManagedAuthenticatedEncryptorConfiguration(ManagedAuthenticatedEncryptionSettings, IServiceProvider)
public:
ManagedAuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ManagedAuthenticatedEncryptionSettings ^ settings, IServiceProvider ^ services);
public ManagedAuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptionSettings settings, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptionSettings * IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration
Public Sub New (settings As ManagedAuthenticatedEncryptionSettings, services As IServiceProvider)
Parameters
- services
- IServiceProvider