2 writes to _alg
Microsoft.AspNetCore.Identity.Test (2)
Passkeys\CredentialKeyPair.cs (2)
22
_alg
= alg;
29
_alg
= alg;
5 references to _alg
Microsoft.AspNetCore.Identity.Test (5)
Passkeys\CredentialKeyPair.cs (5)
72
var hashAlgorithm = GetHashAlgorithmFromCoseAlg(
_alg
);
73
var padding = GetRsaPaddingFromCoseAlg(
_alg
);
85
var hashAlgorithm = GetHashAlgorithmFromCoseAlg(
_alg
);
105
COSEKeyType.RSA => EncodeCoseRsaPublicKey(_rsa!,
_alg
),
106
COSEKeyType.EC2 => EncodeCoseEcPublicKey(_ecdsa!,
_alg
, _curve),