Compartilhar via


DataProtectionServiceCollectionExtensions.AddDataProtection Método

Definição

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)

Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs

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>)

Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs
Origem:
DataProtectionServiceCollectionExtensions.cs

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.

Aplica-se a