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