Kmac128 Classe

Definizione

public ref class Kmac128 sealed : IDisposable
public sealed class Kmac128 : IDisposable
type Kmac128 = class
    interface IDisposable
Public NotInheritable Class Kmac128
Implements IDisposable
Ereditarietà
Kmac128
Implementazioni

Costruttori

Kmac128(Byte[], Byte[])
Kmac128(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Proprietà

IsSupported

Metodi

AppendData(Byte[])
AppendData(ReadOnlySpan<Byte>)
Dispose()
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)
GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
HashData(Byte[], Byte[], Int32, Byte[])
HashData(Byte[], Stream, Int32, Byte[])
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, Stream, Int32, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, Stream, Span<Byte>, ReadOnlySpan<Byte>)
HashDataAsync(Byte[], Stream, Int32, Byte[], CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, Int32, ReadOnlyMemory<Byte>, CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, Memory<Byte>, ReadOnlyMemory<Byte>, CancellationToken)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a