1 write to AttestationState
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
84AttestationState = attestationStateJson,
4 references to AttestationState
IdentitySample.PasskeyConformance (1)
Program.cs (1)
69AttestationState = result.AttestationState,
Microsoft.AspNetCore.Identity (2)
PasskeyAttestationContext.cs (1)
28/// This is expected to match the <see cref="PasskeyCreationOptionsResult.AttestationState"/>
SignInManager.cs (1)
519await StorePasskeyAuthenticationInfoAsync(PasskeyOperations.Attestation, result.AttestationState);
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1037var attestationState = AttestationStateJson.Compute(creationOptionsResult.AttestationState);