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