Show / Hide Table of Contents

Property Hash.MD5Context.Hash


Overload

Computes final hash of datas added with Add.

public Hash.MD5Result Hash { get; }
Exceptions
InvalidOperationException

Add was not called.

Property Value
Hash.MD5Result

Remarks

Resets state, so that if Add called again, it will start adding new datas.