7 references to NameOrOidToHashAlgId
System.Security.Cryptography (7)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
1054
int algId =
NameOrOidToHashAlgId
(hashAlgString, OidGroup.HashAlgorithm);
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
487
int calgHash = CapiHelper.
NameOrOidToHashAlgId
(str, OidGroup.HashAlgorithm);
512
int calgHash = CapiHelper.
NameOrOidToHashAlgId
(str, OidGroup.HashAlgorithm);
System\Security\Cryptography\PasswordDeriveBytes.Windows.cs (2)
20
int algidhash = CapiHelper.
NameOrOidToHashAlgId
(alghashname, OidGroup.HashAlgorithm);
24
int algid = CapiHelper.
NameOrOidToHashAlgId
(algname, OidGroup.All);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
464
int calgHash = CapiHelper.
NameOrOidToHashAlgId
(str, OidGroup.HashAlgorithm);
511
int calgHash = CapiHelper.
NameOrOidToHashAlgId
(str, OidGroup.HashAlgorithm);