1 write to HMACMD5
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
34
HMACMD5
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyHMACMD5);
3 references to HMACMD5
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
120
else if (type.DerivesFrom(cryptTypes.
HMACMD5
))
123
algorithmName = cryptTypes.
HMACMD5
.Name;
170
|| types.
HMACMD5
!= null