DataProtectionServiceCollectionExtensions.AddDataProtection Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddDataProtection(IServiceCollection) |
Agrega servicios de protección de datos al especificado IServiceCollection. |
AddDataProtection(IServiceCollection, Action<DataProtectionOptions>) |
Agrega servicios de protección de datos al especificado IServiceCollection. |
AddDataProtection(IServiceCollection)
Agrega servicios de protección de datos al 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
La interfaz IServiceCollection a la que se van a agregar los servicios.
Devoluciones
Se aplica a
AddDataProtection(IServiceCollection, Action<DataProtectionOptions>)
Agrega servicios de protección de datos al 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
La interfaz IServiceCollection a la que se van a agregar los servicios.
- setupAction
- Action<DataProtectionOptions>
Action<T> para configurar el objeto DataProtectionOptions proporcionado.
Devoluciones
Una referencia a esta instancia después de que se haya completado la operación.