1 instantiation of HMACSHA384
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
57
return new
HMACSHA384
();
2 references to HMACSHA384
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
187
Type HMACSHA384Type = typeof(System.Security.Cryptography.
HMACSHA384
);
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
56
internal static
HMACSHA384
CreateHMACSHA384() {