Sdílet prostřednictvím


DataProtectionBuilderExtensions.UseCryptographicAlgorithms Metoda

Definice

Přetížení

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptionSettings)

Nakonfiguruje systém ochrany dat tak, aby při generování chráněných datových částí používal ve výchozím nastavení zadané kryptografické algoritmy.

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptorConfiguration)

Nakonfiguruje systém ochrany dat tak, aby při generování chráněných datových částí používal ve výchozím nastavení zadané kryptografické algoritmy.

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptionSettings)

Nakonfiguruje systém ochrany dat tak, aby při generování chráněných datových částí používal ve výchozím nastavení zadané kryptografické algoritmy.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ UseCryptographicAlgorithms(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::AuthenticatedEncryptionSettings ^ settings);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder UseCryptographicAlgorithms (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings settings);
static member UseCryptographicAlgorithms : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function UseCryptographicAlgorithms (builder As IDataProtectionBuilder, settings As AuthenticatedEncryptionSettings) As IDataProtectionBuilder

Parametry

settings
AuthenticatedEncryptionSettings

Informace o tom, jaké kryptografické algoritmy by se měly použít.

Návraty

Odkaz na IDataProtectionBuilder po dokončení této operace.

Platí pro

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptorConfiguration)

Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs
Zdroj:
DataProtectionBuilderExtensions.cs

Nakonfiguruje systém ochrany dat tak, aby při generování chráněných datových částí používal ve výchozím nastavení zadané kryptografické algoritmy.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ UseCryptographicAlgorithms(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AuthenticatedEncryptorConfiguration ^ configuration);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder UseCryptographicAlgorithms (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration configuration);
static member UseCryptographicAlgorithms : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function UseCryptographicAlgorithms (builder As IDataProtectionBuilder, configuration As AuthenticatedEncryptorConfiguration) As IDataProtectionBuilder

Parametry

configuration
AuthenticatedEncryptorConfiguration

Informace o tom, jaké kryptografické algoritmy by se měly použít.

Návraty

Odkaz na IDataProtectionBuilder po dokončení této operace.

Platí pro