Share via


KmacXof256.GetHashAndReset Yöntem

Tanım

Aşırı Yüklemeler

GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)

GetHashAndReset(Int32)

Kaynak:
KmacXof256.cs
public:
 cli::array <System::Byte> ^ GetHashAndReset(int outputLength);
public byte[] GetHashAndReset (int outputLength);
member this.GetHashAndReset : int -> byte[]
Public Function GetHashAndReset (outputLength As Integer) As Byte()

Parametreler

outputLength
Int32

Döndürülenler

Byte[]

Şunlara uygulanır

GetHashAndReset(Span<Byte>)

Kaynak:
KmacXof256.cs
public:
 void GetHashAndReset(Span<System::Byte> destination);
public void GetHashAndReset (Span<byte> destination);
member this.GetHashAndReset : Span<byte> -> unit
Public Sub GetHashAndReset (destination As Span(Of Byte))

Parametreler

destination
Span<Byte>

Şunlara uygulanır