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)
57
return
_keyType
switch
61
_ => throw new InvalidOperationException($"Unsupported key type {
_keyType
}")
103
=>
_keyType
switch
107
_ => throw new InvalidOperationException($"Unsupported key type {
_keyType
}")