1 write to HMACRIPEMD160
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
38HMACRIPEMD160 = compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyHMACRIPEMD160);
3 references to HMACRIPEMD160
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
140else if (type.DerivesFrom(cryptTypes.HMACRIPEMD160)) 143algorithmName = cryptTypes.HMACRIPEMD160.Name; 174|| types.HMACRIPEMD160 != null;