6 references to AsMemory
Microsoft.AspNetCore.Identity (4)
PasskeyHandler.cs (4)
261
utf8Json: response.ClientDataJSON.
AsMemory
(),
272
var attestationObjectMemory = response.AttestationObject.
AsMemory
();
472
var authenticatorData = AuthenticatorData.Parse(response.AuthenticatorData.
AsMemory
());
480
utf8Json: response.ClientDataJSON.
AsMemory
(),
Microsoft.AspNetCore.Identity.Test (2)
Passkeys\PasskeyHandlerAssertionTest.cs (1)
1067
"challenge": {{ToBase64UrlJsonValue(requestOptions.Challenge.
AsMemory
())}},
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1065
"challenge": {{ToBase64UrlJsonValue(creationOptions.Challenge.
AsMemory
())}},