Overload | Description |
---|---|
Combine(Hash) | If the hash provided is the same size as this hash both hash codes are feed back into the hash algorithm associated with this length of hash to produce the result value. If the hash provided is a different length, it is first hashed with this algorithm before the two values are combined. |
Combine(Byte[]) | Combines the bytes provided by first computing a like sized hash of those bytes and then combining the two equal hash values with the same hash algorithm. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7