4 references to IsBackupEligible
Microsoft.AspNetCore.Identity (4)
PasskeyHandler.cs (4)
349isBackupEligible: authenticatorData.IsBackupEligible, 503if (storedPasskey.IsBackupEligible && !authenticatorData.IsBackupEligible) 507if (!storedPasskey.IsBackupEligible && authenticatorData.IsBackupEligible) 648if (!authenticatorData.IsBackupEligible && authenticatorData.IsBackedUp)