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