2 references to GetAlgorithmId
System.Security.Cryptography (2)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
643
return SignHash(hash,
GetAlgorithmId
(hashAlgorithm));
659
return VerifyHash(hash,
GetAlgorithmId
(hashAlgorithm), signature);