1 write to VerifyAttestationStatement
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
912
test.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)
310
if (_options.
VerifyAttestationStatement
is { } verifyAttestationStatement)
Microsoft.AspNetCore.Identity.Test (1)
IdentityPasskeyOptionsTest.cs (1)
22
Assert.Null(options.
VerifyAttestationStatement
);