PasskeyHandler<TUser> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a new PasskeyHandler<TUser> instance.
public PasskeyHandler(Microsoft.AspNetCore.Identity.UserManager<TUser> userManager, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.IdentityPasskeyOptions> options);
new Microsoft.AspNetCore.Identity.PasskeyHandler<'User (requires 'User : null)> : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)> * Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.IdentityPasskeyOptions> -> Microsoft.AspNetCore.Identity.PasskeyHandler<'User (requires 'User : null)>
Public Sub New (userManager As UserManager(Of TUser), options As IOptions(Of IdentityPasskeyOptions))
Parameters
- userManager
- UserManager<TUser>
The UserManager<TUser>.
- options
- IOptions<IdentityPasskeyOptions>
The IdentityOptions.