10 references to HashAlgorithm
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
118
return group == OidGroup.
HashAlgorithm
||
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.HashIdAlg.cs (1)
23
OidGroup.
HashAlgorithm
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.HashAlgorithm.cs (1)
25
OidGroup.
HashAlgorithm
,
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 (1)
20
int algidhash = CapiHelper.NameOrOidToHashAlgId(alghashname, OidGroup.
HashAlgorithm
);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
464
int calgHash = CapiHelper.NameOrOidToHashAlgId(str, OidGroup.
HashAlgorithm
);
511
int calgHash = CapiHelper.NameOrOidToHashAlgId(str, OidGroup.
HashAlgorithm
);
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
118
return group == OidGroup.
HashAlgorithm
||