8 types derived from NonCryptographicHashAlgorithm
System.IO.Hashing (8)
System\IO\Hashing\Crc32.cs (1)
27
public sealed partial class Crc32 :
NonCryptographicHashAlgorithm
System\IO\Hashing\Crc32.Table.cs (1)
8
public sealed partial class Crc32 :
NonCryptographicHashAlgorithm
System\IO\Hashing\Crc64.cs (1)
26
public sealed partial class Crc64 :
NonCryptographicHashAlgorithm
System\IO\Hashing\Crc64.Table.cs (1)
6
public sealed partial class Crc64 :
NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash128.cs (1)
23
public sealed unsafe class XxHash128 :
NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash3.cs (1)
22
public sealed unsafe class XxHash3 :
NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash32.cs (1)
18
public sealed partial class XxHash32 :
NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash64.cs (1)
18
public sealed partial class XxHash64 :
NonCryptographicHashAlgorithm
4 references to NonCryptographicHashAlgorithm
System.IO.Hashing (4)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (4)
27
/// <see cref="
NonCryptographicHashAlgorithm
"/> class.
70
/// The <see cref="
NonCryptographicHashAlgorithm
"/> class validates the
280
/// The <see cref="
NonCryptographicHashAlgorithm
"/> class validates the
320
private sealed class CopyToDestinationStream(
NonCryptographicHashAlgorithm
hash) : Stream