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