So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...
I'm trying to use the new .net 10 implementation of passkeys on the backend. It generates a json string that is in the format that the PublicKeyCredential.parseCreationOptionsFromJSON on web supports ...