1 write to _type
Microsoft.AspNetCore.Identity (1)
Passkeys\CredentialPublicKey.cs (1)
64_type = (COSEKeyType)reader.ReadInt32();
7 references to _type
Microsoft.AspNetCore.Identity (7)
Passkeys\CredentialPublicKey.cs (7)
67switch (_type) 71_ecdsa = ParseECDsa(_type, reader); 77throw new InvalidOperationException($"Unsupported key type '{_type}'."); 109return _type switch 113_ => throw new InvalidOperationException($"Missing or unknown kty {_type}"), 204if (_type != COSEKeyType.RSA) 206throw new InvalidOperationException($"Cannot get RSA signature padding for key type {_type}.");