1 write to RpId
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
120RpId = serverDomain,
3 references to RpId
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (2)
101Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).RpId, 225string __value_RpId = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).RpId;
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAssertionTest.cs (1)
1063RpIdHash = SHA256.HashData(Encoding.UTF8.GetBytes(requestOptions.RpId ?? string.Empty)),