Crc32
Crc32()
Crc32(Crc32ParameterSet)
ParameterSet
Append(ReadOnlySpan<Byte>)
Clone()
GetCurrentHashAsUInt32()
GetCurrentHashCore(Span<Byte>)
GetHashAndResetCore(Span<Byte>)
Hash(Byte[])
Hash(Crc32ParameterSet, Byte[])
Hash(ReadOnlySpan<Byte>)
Hash(Crc32ParameterSet, ReadOnlySpan<Byte>)
Hash(ReadOnlySpan<Byte>, Span<Byte>)
Hash(Crc32ParameterSet, ReadOnlySpan<Byte>, Span<Byte>)
HashToUInt32(ReadOnlySpan<Byte>)
HashToUInt32(Crc32ParameterSet, ReadOnlySpan<Byte>)
Reset()
TryHash(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryHash(Crc32ParameterSet, ReadOnlySpan<Byte>, Span<Byte>, Int32)
net11.0
namespace System.IO.Hashing
{
public sealed class Crc32 : NonCryptographicHashAlgorithm
{
public Crc32ParameterSet! ParameterSet { get; }
}
}
| Design Reviews |
|
|---|---|
| .NET | 10.011.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net11.0 | |
| Assembly | System.IO.Hashing , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | System.IO.Hashing (11.0.0-preview.3.26207.106) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API