6 references to DoNotUseWeakCryptographyRule
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (6)
49public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(DoNotUseBrokenCryptographyRule, DoNotUseWeakCryptographyRule); 98rule = DoNotUseWeakCryptographyRule; 103rule = DoNotUseWeakCryptographyRule; 132rule = DoNotUseWeakCryptographyRule; 137rule = DoNotUseWeakCryptographyRule; 142rule = DoNotUseWeakCryptographyRule;