3 references to NameOrOidToHashAlgorithmName
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Unix.cs (1)
15string hashAlgString => NameOrOidToHashAlgorithmName(hashAlgString),
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (2)
263HashAlgorithmName algName = CapiHelper.NameOrOidToHashAlgorithmName(str); 329CapiHelper.NameOrOidToHashAlgorithmName(str), RSASignaturePadding.Pkcs1);