1 write to _type
Microsoft.AspNetCore.Identity (1)
Passkeys\CredentialPublicKey.cs (1)
24_type = (COSEKeyType)reader.ReadInt32();
7 references to _type
Microsoft.AspNetCore.Identity (7)
Passkeys\CredentialPublicKey.cs (7)
27switch (_type) 31_ecdsa = ParseECDsa(_type, reader); 37throw new InvalidOperationException($"Unsupported key type '{_type}'."); 69return _type switch 73_ => throw new InvalidOperationException($"Missing or unknown kty {_type}"), 164if (_type != COSEKeyType.RSA) 166throw new InvalidOperationException($"Cannot get RSA signature padding for key type {_type}.");