4 references to IsBackupEligible
Microsoft.AspNetCore.Identity (4)
PasskeyHandler.cs (4)
473isBackupEligible: authenticatorData.IsBackupEligible, 627if (storedPasskey.IsBackupEligible && !authenticatorData.IsBackupEligible) 631if (!storedPasskey.IsBackupEligible && authenticatorData.IsBackupEligible) 774if (!authenticatorData.IsBackupEligible && authenticatorData.IsBackedUp)