DataProtectionBuilderExtensions.AddKeyManagementOptions Método

Definição

Configura as opções de gerenciamento de chaves para o sistema de proteção de dados.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ AddKeyManagementOptions(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Action<Microsoft::AspNetCore::DataProtection::KeyManagement::KeyManagementOptions ^> ^ setupAction);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddKeyManagementOptions (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Action<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> setupAction);
static member AddKeyManagementOptions : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Action<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function AddKeyManagementOptions (builder As IDataProtectionBuilder, setupAction As Action(Of KeyManagementOptions)) As IDataProtectionBuilder

Parâmetros

setupAction
Action<KeyManagementOptions>

Um Action<T> para configurar o KeyManagementOptions fornecido.

Retornos

Uma referência ao após a IDataProtectionBuilder conclusão dessa operação.

Aplica-se a