4 references to CoseKey
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseKey.cs (3)
75
CoseAlgorithm.ES256 => new
CoseKey
(ecdsaKey, HashAlgorithmName.SHA256),
76
CoseAlgorithm.ES384 => new
CoseKey
(ecdsaKey, HashAlgorithmName.SHA384),
77
CoseAlgorithm.ES512 => new
CoseKey
(ecdsaKey, HashAlgorithmName.SHA512),
System\Security\Cryptography\Cose\CoseSigner.cs (1)
81
CoseKey = new
CoseKey
((ECDsa)key, hashAlgorithm);