2 writes to AllAcceptedCredentialIds
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>)args[2] },
PasskeyHandler.cs (1)
175AllAcceptedCredentialIds = [.. passkeys.Select(p => BufferSource.FromBytes(p.CredentialId))],
2 references to AllAcceptedCredentialIds
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (2)
106Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).AllAcceptedCredentialIds, 148global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource> __value_AllAcceptedCredentialIds = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).AllAcceptedCredentialIds;