3 writes to Algorithm
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseKey.cs (3)
37
Algorithm
= GetRSAAlgorithm(signaturePadding, hashAlgorithm);
51
Algorithm
= GetECDsaAlgorithm(hashAlgorithm);
64
Algorithm
= GetMLDsaAlgorithm(key.Algorithm);
2 references to Algorithm
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
782
if (nullableAlg.Value != key.
Algorithm
)
System\Security\Cryptography\Cose\CoseSigner.cs (1)
157
CoseAlgorithm algHeaderValue = CoseKey.
Algorithm
;