1 write to SHA1
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
29
SHA1
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographySHA1);
3 references to SHA1
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
96
else if (type.DerivesFrom(cryptTypes.
SHA1
))
99
algorithmName = cryptTypes.
SHA1
.Name;
165
|| types.
SHA1
!= null