IncrementalHash.GetHashAndReset Method

Definition

Retrieve the hash or HMAC for the data accumulated from prior calls to AppendData(Byte[]), and return to the state the object was in at construction.

public:
 cli::array <System::Byte> ^ GetHashAndReset();
public byte[] GetHashAndReset();
member this.GetHashAndReset : unit -> byte[]
Public Function GetHashAndReset () As Byte()

Returns

Byte[]

The computed hash or HMAC.

Exceptions

The object has already been disposed.

Applies to