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