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