1 write to RC2
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
35
RC2
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyRC2);
3 references to RC2
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
125
else if (type.DerivesFrom(cryptTypes.
RC2
))
128
algorithmName = cryptTypes.
RC2
.Name;
171
|| types.
RC2
!= null