- SonarQube Community v25.11.0.114957
- SonarQube deployed: zip
I write this in VB.NET
Using Hash As System.Security.Cryptography.HashAlgorithm = System.Security.Cryptography.SHA1.Create
HashData = Hash.ComputeHash(Data)
End Using
If I new SHA1Cng will show in hotspots but when I use SHA1.Create it didn’t show in hotspots