/// <summary> /// Prints a string representation of this digest input stream and /// its associated message digest object. /// </summary> public override String ToString() { return("[Digest Input Stream] " + Digest.ToString()); }