1 instantiation of SHA1Managed
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarSignatureFile.cs (1)
212SHA1Managed sha = new SHA1Managed(); // lgtm [cs/weak-crypto] Hash algorithm specified by signature algorithm
4 references to SHA1Managed
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarSignatureFile.cs (1)
212SHA1Managed sha = new SHA1Managed(); // lgtm [cs/weak-crypto] Hash algorithm specified by signature algorithm
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
923[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1Managed))]
netstandard (1)
netstandard.cs (1)
1927[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1Managed))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
55[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1Managed))]