3 types derived from SHA384
mscorlib (1)
system\security\cryptography\sha384managed.cs (1)
20public class SHA384Managed : SHA384
System.Core (2)
System\Security\Cryptography\SHA384Cng.cs (1)
15public sealed class SHA384Cng : SHA384 {
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
15public sealed class SHA384CryptoServiceProvider : SHA384 {
6 references to SHA384
mscorlib (5)
system\security\cryptography\sha384.cs (3)
31new static public SHA384 Create() { 35new static public SHA384 Create(String hashName) { 36return (SHA384) CryptoConfig.CreateFromName(hashName);
system\security\cryptography\sha384managed.cs (2)
22private SHA384 _impl; 47_impl = SHA384.Create();
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
84internal static SHA384 CreateSHA384() {