DataProtectionBuilderExtensions.UseCustomCryptographicAlgorithms メソッド

定義

オーバーロード

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, ManagedAuthenticatedEncryptionSettings)

カスタム アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngCbcAuthenticatedEncryptionSettings)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngGcmAuthenticatedEncryptionSettings)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngCbcAuthenticatedEncryptorConfiguration)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngGcmAuthenticatedEncryptorConfiguration)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, ManagedAuthenticatedEncryptorConfiguration)

カスタム アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, ManagedAuthenticatedEncryptionSettings)

カスタム アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

settings
ManagedAuthenticatedEncryptionSettings

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

適用対象

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngCbcAuthenticatedEncryptionSettings)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

settings
CngCbcAuthenticatedEncryptionSettings

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

注釈

この API は Windows でのみ使用できます。

適用対象

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngGcmAuthenticatedEncryptionSettings)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

settings
CngGcmAuthenticatedEncryptionSettings

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

注釈

この API は Windows でのみ使用できます。

適用対象

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngCbcAuthenticatedEncryptorConfiguration)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

configuration
CngCbcAuthenticatedEncryptorConfiguration

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

注釈

この API は Windows でのみ使用できます。

適用対象

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, CngGcmAuthenticatedEncryptorConfiguration)

カスタム Windows CNG アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

configuration
CngGcmAuthenticatedEncryptorConfiguration

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

注釈

この API は Windows でのみ使用できます。

適用対象

UseCustomCryptographicAlgorithms(IDataProtectionBuilder, ManagedAuthenticatedEncryptorConfiguration)

カスタム アルゴリズムを使用するようにデータ保護システムを構成します。 この API は、 および ValidationAlgorithm 列挙型で指定されたEncryptionAlgorithmアルゴリズムを開発者が使用できない高度なシナリオを対象としています。

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

パラメーター

configuration
ManagedAuthenticatedEncryptorConfiguration

使用する必要がある暗号化アルゴリズムに関する情報。

戻り値

この操作が完了した後の への IDataProtectionBuilder 参照。

適用対象