Kmac256.GetCurrentHash Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetCurrentHash(Int32) |
Retrieves the hash for the data accumulated from prior calls to the |
GetCurrentHash(Span<Byte>) |
Fills the buffer with the hash for the data accumulated from prior calls to the |
- Source:
- Kmac256.cs
Retrieves the hash for the data accumulated from prior calls to the AppendData
methods, without resetting the object to its initial state.
public:
cli::array <System::Byte> ^ GetCurrentHash(int outputLength);
public byte[] GetCurrentHash(int outputLength);
member this.GetCurrentHash : int -> byte[]
Public Function GetCurrentHash (outputLength As Integer) As Byte()
Parameters
- outputLength
- Int32
The size of the hash to produce.
Returns
The computed hash.
Exceptions
outputLength
is negative.
An error has occurred during the operation.
The object has already been disposed.
See also
Applies to
.NET 10 i .NET 9
Proizvod | Verzije |
---|---|
.NET | 9, 10 |
- Source:
- Kmac256.cs
Fills the buffer with the hash for the data accumulated from prior calls to the AppendData
methods, without resetting the object to its initial state.
public:
void GetCurrentHash(Span<System::Byte> destination);
public void GetCurrentHash(Span<byte> destination);
member this.GetCurrentHash : Span<byte> -> unit
Public Sub GetCurrentHash (destination As Span(Of Byte))
Parameters
Exceptions
An error has occurred during the operation.
The object has already been disposed.
See also
Applies to
.NET 10 i .NET 9
Proizvod | Verzije |
---|---|
.NET | 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: