1 write to AttestationState
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
95
AttestationState
= attestationStateJson,
3 references to AttestationState
Microsoft.AspNetCore.Identity (3)
PasskeyAttestationContext.cs (1)
28
/// This is expected to match the <see cref="PasskeyCreationOptionsResult.
AttestationState
"/>
SignInManager.cs (2)
542
await StorePasskeyAuthenticationInfoAsync(PasskeyOperations.Attestation, result.
AttestationState
);
575
await StorePasskeyAuthenticationInfoAsync(PasskeyOperations.Attestation, result.
AttestationState
);