Compartir a través de


PasswordHasher<TUser>(IOptions<PasswordHasherOptions>) Constructor

Definición

Crea una nueva instancia de PasswordHasher<TUser>.

public PasswordHasher (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.PasswordHasherOptions> optionsAccessor = default);
public PasswordHasher (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.PasswordHasherOptions>? optionsAccessor = default);
new Microsoft.AspNetCore.Identity.PasswordHasher<'User (requires 'User : null)> : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.PasswordHasherOptions> -> Microsoft.AspNetCore.Identity.PasswordHasher<'User (requires 'User : null)>
Public Sub New (Optional optionsAccessor As IOptions(Of PasswordHasherOptions) = Nothing)

Parámetros

optionsAccessor
IOptions<PasswordHasherOptions>

Las opciones de esta instancia.

Se aplica a