Op Englesch liesen Editéieren

Deelen iwwer


NonCryptographicHashAlgorithm.Append Method

Definition

Overloads

Append(Byte[])

Appends the contents of source to the data already processed for the current hash computation.

Append(Stream)

Appends the contents of stream to the data already processed for the current hash computation.

Append(ReadOnlySpan<Byte>)

When overridden in a derived class, appends the contents of source to the data already processed for the current hash computation.

Append(Byte[])

Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs

Appends the contents of source to the data already processed for the current hash computation.

C#
public void Append(byte[] source);

Parameters

source
Byte[]

The data to process.

Exceptions

source is null.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)

Append(Stream)

Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs

Appends the contents of stream to the data already processed for the current hash computation.

C#
public void Append(System.IO.Stream stream);

Parameters

stream
Stream

The data to process.

Exceptions

stream is null.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)

Append(ReadOnlySpan<Byte>)

Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs
Source:
NonCryptographicHashAlgorithm.cs

When overridden in a derived class, appends the contents of source to the data already processed for the current hash computation.

C#
public abstract void Append(ReadOnlySpan<byte> source);

Parameters

source
ReadOnlySpan<Byte>

The data to process.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)