2 writes to CredentialId
Microsoft.AspNetCore.Identity (2)
_generated\44\IdentityJsonSerializerContext.UnknownCredentialSignalOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions(){ RpId = (string)args[0], CredentialId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1] },
PasskeyHandler.cs (1)
251CredentialId = credential.Id,
2 references to CredentialId
Microsoft.AspNetCore.Identity (2)
_generated\44\IdentityJsonSerializerContext.UnknownCredentialSignalOptions.g.cs (2)
83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions)obj).CredentialId, 119global::Microsoft.AspNetCore.Identity.BufferSource __value_CredentialId = ((global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions)value).CredentialId;