CngCbcAuthenticatedEncryptorConfiguration Конструкторы

Определение

Перегрузки

CngCbcAuthenticatedEncryptorConfiguration()
CngCbcAuthenticatedEncryptorConfiguration(CngCbcAuthenticatedEncryptionSettings)
CngCbcAuthenticatedEncryptorConfiguration(CngCbcAuthenticatedEncryptionSettings, IServiceProvider)

CngCbcAuthenticatedEncryptorConfiguration()

Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
Исходный код:
CngCbcAuthenticatedEncryptorConfiguration.cs
public:
 CngCbcAuthenticatedEncryptorConfiguration();
public CngCbcAuthenticatedEncryptorConfiguration ();
Public Sub New ()

Применяется к

CngCbcAuthenticatedEncryptorConfiguration(CngCbcAuthenticatedEncryptionSettings)

public:
 CngCbcAuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::CngCbcAuthenticatedEncryptionSettings ^ settings);
public CngCbcAuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptionSettings settings);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptionSettings -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration
Public Sub New (settings As CngCbcAuthenticatedEncryptionSettings)

Параметры

Применяется к

CngCbcAuthenticatedEncryptorConfiguration(CngCbcAuthenticatedEncryptionSettings, IServiceProvider)

public:
 CngCbcAuthenticatedEncryptorConfiguration(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::CngCbcAuthenticatedEncryptionSettings ^ settings, IServiceProvider ^ services);
public CngCbcAuthenticatedEncryptorConfiguration (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptionSettings settings, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptionSettings * IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration
Public Sub New (settings As CngCbcAuthenticatedEncryptionSettings, services As IServiceProvider)

Параметры

services
IServiceProvider

Применяется к