3 references to new
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseKey.cs (3)
44CoseKey coseKey = new(KeyType.RSA, coseAlgorithm, hashAlgorithm); 57CoseKey coseKey = new(KeyType.ECDsa, coseAlgorithm, hashAlgorithm); 69CoseKey coseKey = new(KeyType.MLDsa, coseAlgorithm, null);