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)
67
switch (
_type
)
71
_ecdsa = ParseECDsa(
_type
, reader);
77
throw new InvalidOperationException($"Unsupported key type '{
_type
}'.");
109
return
_type
switch
113
_ => throw new InvalidOperationException($"Missing or unknown kty {
_type
}"),
204
if (
_type
!= COSEKeyType.RSA)
206
throw new InvalidOperationException($"Cannot get RSA signature padding for key type {
_type
}.");