NonCryptographicHashAlgorithm
NonCryptographicHashAlgorithm(Int32)
HashLengthInBytes
Append(Byte[])
Append(Stream)
Append(ReadOnlySpan<Byte>)
AppendAsync(Stream, CancellationToken)
GetCurrentHash()
GetCurrentHash(Span<Byte>)
GetCurrentHashCore(Span<Byte>)
GetHashAndReset()
GetHashAndReset(Span<Byte>)
GetHashAndResetCore(Span<Byte>)
GetHashCode()
Reset()
TryGetCurrentHash(Span<Byte>, Int32)
TryGetHashAndReset(Span<Byte>, Int32)
net11.0
namespace System.IO.Hashing
{
public abstract class NonCryptographicHashAlgorithm
{
public bool TryGetHashAndReset(Span<byte> destination, out int bytesWritten);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 8.09.010.011.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net11.0 | |
| Assemblies | System.IO.Hashing , Version=10.0.0.5, PublicKeyToken=cc7b13ffcd2ddd51 System.IO.Hashing , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | System.IO.Hashing (10.0.5) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API