1 implementation of SupportsConditionalCreation
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
38
public bool
SupportsConditionalCreation
=> true;
1 reference to SupportsConditionalCreation
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
126
public virtual bool SupportsPasskeyConditionalCreation => _passkeyHandler?.
SupportsConditionalCreation
?? false;