4 references to IsBackupEligible
Microsoft.AspNetCore.Identity (4)
PasskeyHandler.cs (4)
349isBackupEligible: authenticatorData.IsBackupEligible, 500if (storedPasskey.IsBackupEligible && !authenticatorData.IsBackupEligible) 504if (!storedPasskey.IsBackupEligible && authenticatorData.IsBackupEligible) 645if (!authenticatorData.IsBackupEligible && authenticatorData.IsBackedUp)