1 write to DES
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
31
DES
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyDES);
3 references to DES
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
106
else if (type.DerivesFrom(cryptTypes.
DES
))
109
algorithmName = cryptTypes.
DES
.Name;
167
|| types.
DES
!= null