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