2 writes to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialRpEntity.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity(){ Name = (string)args[0],
Id
= (string)args[1] },
PasskeyHandler.cs (1)
54
Id
= serverDomain,
3 references to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialRpEntity.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)obj).
Id
,
114
string __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)value).
Id
;
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1053
RpIdHash = SHA256.HashData(Encoding.UTF8.GetBytes(creationOptions.Rp.
Id
?? string.Empty)),