4 references to GetAlgorithmId
mscorlib (4)
system\security\cryptography\rsacryptoserviceprovider.cs (4)
527
using (SafeHashHandle hashHandle = Utils.CreateHash(Utils.StaticProvHandle,
GetAlgorithmId
(hashAlgorithm))) {
539
using (SafeHashHandle hashHandle = Utils.CreateHash(Utils.StaticProvHandle,
GetAlgorithmId
(hashAlgorithm))) {
619
return SignHash(hash,
GetAlgorithmId
(hashAlgorithm));
639
return VerifyHash(hash,
GetAlgorithmId
(hashAlgorithm), signature);