4 references to HMACSHA1
mscorlib (1)
system\security\cryptography\hmacsha1.cs (1)
22
public HMACSHA1 (byte[] key) :
this
(key, false) {}
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (3)
561
return new
HMACSHA1
(key, !SecurityUtils.RequiresFipsCompliance);
1216
return new
HMACSHA1
(key, !SecurityUtils.RequiresFipsCompliance);
1333
return new
HMACSHA1
(GenerateRandomBytes(64),