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