DataProtectionServiceCollectionExtensions.AddDataProtection Metoda

Definicja

Przeciążenia

AddDataProtection(IServiceCollection)

Dodaje usługi ochrony danych do określonego IServiceCollectionelementu .

AddDataProtection(IServiceCollection, Action<DataProtectionOptions>)

Dodaje usługi ochrony danych do określonego IServiceCollectionelementu .

AddDataProtection(IServiceCollection)

Dodaje usługi ochrony danych do określonego IServiceCollectionelementu .

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

Parametry

services
IServiceCollection

Element do dodawania IServiceCollection usług.

Zwraca

Dotyczy

AddDataProtection(IServiceCollection, Action<DataProtectionOptions>)

Dodaje usługi ochrony danych do określonego IServiceCollectionelementu .

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

Parametry

services
IServiceCollection

Element do dodawania IServiceCollection usług.

setupAction
Action<DataProtectionOptions>

Element Action<T> do skonfigurowania podanego DataProtectionOptionselementu .

Zwraca

Odwołanie do tego wystąpienia po zakończeniu operacji.

Dotyczy