DataProtectionBuilderExtensions.UseCryptographicAlgorithms Methode

Definition

Überlädt

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptionSettings)

Konfiguriert das Datenschutzsystem so, dass beim Generieren geschützter Nutzlasten standardmäßig die angegebenen kryptografischen Algorithmen verwendet werden.

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptorConfiguration)

Konfiguriert das Datenschutzsystem so, dass beim Generieren geschützter Nutzlasten standardmäßig die angegebenen kryptografischen Algorithmen verwendet werden.

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptionSettings)

Konfiguriert das Datenschutzsystem so, dass beim Generieren geschützter Nutzlasten standardmäßig die angegebenen kryptografischen Algorithmen verwendet werden.

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

Parameter

settings
AuthenticatedEncryptionSettings

Informationen darüber, welche kryptografischen Algorithmen verwendet werden sollen.

Gibt zurück

Ein Verweis auf nach IDataProtectionBuilder Abschluss dieses Vorgangs.

Gilt für:

UseCryptographicAlgorithms(IDataProtectionBuilder, AuthenticatedEncryptorConfiguration)

Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs
Quelle:
DataProtectionBuilderExtensions.cs

Konfiguriert das Datenschutzsystem so, dass beim Generieren geschützter Nutzlasten standardmäßig die angegebenen kryptografischen Algorithmen verwendet werden.

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

Parameter

configuration
AuthenticatedEncryptorConfiguration

Informationen darüber, welche kryptografischen Algorithmen verwendet werden sollen.

Gibt zurück

Ein Verweis auf nach IDataProtectionBuilder Abschluss dieses Vorgangs.

Gilt für: