8 references to HashData
System.Security.Cryptography (8)
System\Security\Cryptography\MD5.cs (1)
63
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA1.cs (1)
58
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA256.cs (1)
57
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA3_256.cs (1)
80
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA3_384.cs (1)
80
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA3_512.cs (1)
80
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA384.cs (1)
57
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);
System\Security\Cryptography\SHA512.cs (1)
57
public static byte[] HashData(byte[] source) => HashStatic<HashTrait>.
HashData
(source);