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