2 references to HMACSHA1
System.ServiceModel.Primitives (2)
System\IdentityModel\CryptoHelper.cs (2)
249
return new
HMACSHA1
();// CodeQL [SM02200] Insecure cryptographic algorithm HMACSHA1 is needed here as a requirement of SOAP protocols
347
return new
HMACSHA1
();// CodeQL [SM02200] Insecure cryptographic algorithm HMACSHA1 is needed here as a requirement of SOAP protocols