1 write to MD5
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
28
MD5
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyMD5);
3 references to MD5
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
91
if (type.DerivesFrom(cryptTypes.
MD5
))
94
algorithmName = cryptTypes.
MD5
.Name;
164
return types.
MD5
!= null