5 references to ES256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
80
CoseAlgorithm.
ES256
=> FromKey(ecdsaKey, HashAlgorithmName.SHA256),
136
if (alg != CoseAlgorithm.
ES256
&&
159
nameof(CoseAlgorithm.
ES256
) => CoseAlgorithm.
ES256
,
301
nameof(HashAlgorithmName.SHA256) => CoseAlgorithm.
ES256
,