2 writes to AuthenticatorAttachment
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (1)
59
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).
AuthenticatorAttachment
= value!,
PasskeyHandler.cs (1)
68
AuthenticatorAttachment
= _options.AuthenticatorAttachment,
2 references to AuthenticatorAttachment
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).
AuthenticatorAttachment
,
146
string __value_AuthenticatorAttachment = ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)value).
AuthenticatorAttachment
;