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