5 references to ES256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
75
CoseAlgorithm.
ES256
=> new CoseKey(ecdsaKey, HashAlgorithmName.SHA256),
131
if (alg is not CoseAlgorithm.
ES256
and
154
nameof(CoseAlgorithm.
ES256
) => CoseAlgorithm.
ES256
,
298
nameof(HashAlgorithmName.SHA256) => CoseAlgorithm.
ES256
,