1 write to VerifyAttestationStatement
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
912test.PasskeyOptions.VerifyAttestationStatement = context => ValueTask.FromResult(false);
3 references to VerifyAttestationStatement
Microsoft.AspNetCore.Identity (2)
IdentityPasskeyOptions.cs (1)
108/// <see cref="VerifyAttestationStatement"/> option.
PasskeyHandler.cs (1)
310if (_options.VerifyAttestationStatement is { } verifyAttestationStatement)
Microsoft.AspNetCore.Identity.Test (1)
IdentityPasskeyOptionsTest.cs (1)
22Assert.Null(options.VerifyAttestationStatement);