AuthenticatedEncryptorConfiguration Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AuthenticatedEncryptorConfiguration() | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings) | |
AuthenticatedEncryptorConfiguration(AuthenticatedEncryptionSettings, IServiceProvider) |
AuthenticatedEncryptorConfiguration()
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
- Исходный код:
- AuthenticatedEncryptorConfiguration.cs
public:
AuthenticatedEncryptorConfiguration();
public AuthenticatedEncryptorConfiguration ();
Public Sub New ()
Применяется к
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)
Параметры
- settings
- AuthenticatedEncryptionSettings
Применяется к
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)
Параметры
- settings
- AuthenticatedEncryptionSettings
- services
- IServiceProvider