DataProtectionServiceCollectionExtensions.AddDataProtection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddDataProtection(IServiceCollection) |
Adiciona serviços de proteção de dados ao especificado IServiceCollection. |
AddDataProtection(IServiceCollection, Action<DataProtectionOptions>) |
Adiciona serviços de proteção de dados ao especificado IServiceCollection. |
AddDataProtection(IServiceCollection)
Adiciona serviços de proteção de dados ao especificado IServiceCollection.
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddDataProtection (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddDataProtection : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function AddDataProtection (services As IServiceCollection) As IDataProtectionBuilder
Parâmetros
- services
- IServiceCollection
O IServiceCollection ao qual adicionar serviços.
Retornos
Aplica-se a
AddDataProtection(IServiceCollection, Action<DataProtectionOptions>)
Adiciona serviços de proteção de dados ao especificado IServiceCollection.
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder AddDataProtection (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.DataProtection.DataProtectionOptions> setupAction);
static member AddDataProtection : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.DataProtection.DataProtectionOptions> -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function AddDataProtection (services As IServiceCollection, setupAction As Action(Of DataProtectionOptions)) As IDataProtectionBuilder
Parâmetros
- services
- IServiceCollection
O IServiceCollection ao qual adicionar serviços.
- setupAction
- Action<DataProtectionOptions>
Um Action<T> para configurar o DataProtectionOptions fornecido.
Retornos
Uma referência a essa instância após a operação ter sido concluída.