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