3 types derived from SHA512
mscorlib (1)
system\security\cryptography\sha512managed.cs (1)
20public class SHA512Managed : SHA512
System.Core (2)
System\Security\Cryptography\SHA512Cng.cs (1)
15public sealed class SHA512Cng : SHA512 {
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
15public sealed class SHA512CryptoServiceProvider : SHA512 {
6 references to SHA512
mscorlib (5)
system\security\cryptography\sha512.cs (3)
31new static public SHA512 Create() { 35new static public SHA512 Create(String hashName) { 36return (SHA512) CryptoConfig.CreateFromName(hashName);
system\security\cryptography\sha512managed.cs (2)
22private SHA512 _impl; 39_impl = SHA512.Create();
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
88internal static SHA512 CreateSHA512() {