8 types derived from NonCryptographicHashAlgorithm
System.IO.Hashing (8)
System\IO\Hashing\Crc32.cs (1)
27public sealed partial class Crc32 : NonCryptographicHashAlgorithm
System\IO\Hashing\Crc32.Table.cs (1)
8public sealed partial class Crc32 : NonCryptographicHashAlgorithm
System\IO\Hashing\Crc64.cs (1)
26public sealed partial class Crc64 : NonCryptographicHashAlgorithm
System\IO\Hashing\Crc64.Table.cs (1)
6public sealed partial class Crc64 : NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash128.cs (1)
23public sealed unsafe class XxHash128 : NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash3.cs (1)
22public sealed unsafe class XxHash3 : NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash32.cs (1)
18public sealed partial class XxHash32 : NonCryptographicHashAlgorithm
System\IO\Hashing\XxHash64.cs (1)
18public 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 320private sealed class CopyToDestinationStream(NonCryptographicHashAlgorithm hash) : Stream