1 write to RIPEMD160
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
37RIPEMD160 = compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyRIPEMD160);
3 references to RIPEMD160
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
135else if (type.DerivesFrom(cryptTypes.RIPEMD160)) 138algorithmName = cryptTypes.RIPEMD160.Name; 173|| types.RIPEMD160 != null