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