4 references to HMACSHA1
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\ManagedPbkdf2Provider.cs (1)
77
return new
HMACSHA1
(passwordBytes);
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA1.cs (2)
32
:
this
(RandomNumberGenerator.GetBytes(BlockSize))
52
public HMACSHA1(byte[] key, bool useManagedSha1) :
this
(key)
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
79
return new
HMACSHA1
(key);// CodeQL [SM02200] Insecure cryptographic algorithm HMACSHA1 is needed here as a requirement of SOAP protocols