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