4 references to HMACSHA1
mscorlib (1)
system\security\cryptography\hmacsha1.cs (1)
22public HMACSHA1 (byte[] key) : this (key, false) {}
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),