6 references to DoNotUseBrokenCryptographyRule
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (6)
49public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(DoNotUseBrokenCryptographyRule, DoNotUseWeakCryptographyRule); 93rule = DoNotUseBrokenCryptographyRule; 108rule = DoNotUseBrokenCryptographyRule; 117rule = DoNotUseBrokenCryptographyRule; 122rule = DoNotUseBrokenCryptographyRule; 127rule = DoNotUseBrokenCryptographyRule;