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