4 instantiations of HMACSHA1
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (3)
561return new HMACSHA1(key, !SecurityUtils.RequiresFipsCompliance); 1216return new HMACSHA1(key, !SecurityUtils.RequiresFipsCompliance); 1333return new HMACSHA1(GenerateRandomBytes(64),
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
49return new HMACSHA1();
2 references to HMACSHA1
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
183Type HMACSHA1Type = typeof(System.Security.Cryptography.HMACSHA1);
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
48internal static HMACSHA1 CreateHMACSHA1() {