1 write to TripleDES
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
36
TripleDES
= compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyTripleDES);
3 references to TripleDES
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
130
else if (type.DerivesFrom(cryptTypes.
TripleDES
))
133
algorithmName = cryptTypes.
TripleDES
.Name;
172
|| types.
TripleDES
!= null