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
Remarks
Resets state, so that if Add called again, it will start adding new datas.