4 instantiations of HMACSHA1
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),
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
49
return new
HMACSHA1
();
2 references to HMACSHA1
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
183
Type HMACSHA1Type = typeof(System.Security.Cryptography.
HMACSHA1
);
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
48
internal static
HMACSHA1
CreateHMACSHA1() {