1 write to AttestationState
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
576AttestationState = passkeyInfo.State,
2 references to AttestationState
Microsoft.AspNetCore.Identity (2)
PasskeyCreationOptionsResult.cs (1)
25/// This can be later retrieved during assertion with <see cref="PasskeyAttestationContext.AttestationState"/>.
PasskeyHandler.cs (1)
234if (context.AttestationState is not { } attestationStateJson)