2 writes to _keyType
Microsoft.AspNetCore.Identity.Test (2)
Passkeys\CredentialKeyPair.cs (2)
23_keyType = COSEKeyType.RSA; 30_keyType = COSEKeyType.EC2;
4 references to _keyType
Microsoft.AspNetCore.Identity.Test (4)
Passkeys\CredentialKeyPair.cs (4)
57return _keyType switch 61_ => throw new InvalidOperationException($"Unsupported key type {_keyType}") 103=> _keyType switch 107_ => throw new InvalidOperationException($"Unsupported key type {_keyType}")