1 write to HMACSHA1
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\CompilationSecurityTypes.cs (1)
30HMACSHA1 = compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemSecurityCryptographyHMACSHA1);
3 references to HMACSHA1
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureCryptographicAlgorithms.cs (3)
101else if (type.DerivesFrom(cryptTypes.HMACSHA1)) 104algorithmName = cryptTypes.HMACSHA1.Name; 166|| types.HMACSHA1 != null