1 write to Hash
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
196primeCurve.Hash = GetHashAlgorithmName(pBcryptBlob->CurveGenerationAlgId);
3 references to Hash
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (2)
88pBcryptBlob->CurveGenerationAlgId = GetHashAlgorithmId(curve.Hash); 263pBcryptBlob->CurveGenerationAlgId = ECCng.GetHashAlgorithmId(curve.Hash);
System\Security\Cryptography\ECCurve.cs (1)
261Hash != null);