Static Public Member Functions | |
| static string | ComputeMD5Hash (Object obj) |
| Computes the MD5 hash for the object, which must be serializable. More... | |
Definition at line 28 of file CommonHelpers.cs.
|
inlinestatic |
Computes the MD5 hash for the object, which must be serializable.
| ArgumentException | if the object is not serializable. |
Definition at line 35 of file CommonHelpers.cs.