DataProtectionBuilderExtensions.DisableAutomaticKeyGeneration メソッド

定義

新しいキーを自動的に生成しないようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ DisableAutomaticKeyGeneration(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder DisableAutomaticKeyGeneration (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder);
static member DisableAutomaticKeyGeneration : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function DisableAutomaticKeyGeneration (builder As IDataProtectionBuilder) As IDataProtectionBuilder

パラメーター

戻り値

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

注釈

この API の呼び出しは、'false' への設定 AutoGenerateKeys に対応します。 詳細については、そのプロパティのドキュメントを参照してください。

適用対象