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