1 write to AuthenticatorAttachment
IdentitySample.PasskeyConformance (1)
Program.cs (1)
254AuthenticatorAttachment = request.AuthenticatorSelection?.AuthenticatorAttachment,
2 references to AuthenticatorAttachment
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
68AuthenticatorAttachment = _options.AuthenticatorAttachment,
Microsoft.AspNetCore.Identity.Test (1)
IdentityPasskeyOptionsTest.cs (1)
19Assert.Null(options.AuthenticatorAttachment);