G
Guest
Hi,
According to MS Knowledge Base article 307020, we have to instantiate a new
instance of the MD5CryptoServiceProvider class for every new hash value we'd
like to compute (from step 6 of the article).
I'm wondering if I could reuse the same object to compute multiple hash
values by using the Init() method of the class inbetween calls of
ComputeHash().
Comments/suggestions please.
Thanks.
According to MS Knowledge Base article 307020, we have to instantiate a new
instance of the MD5CryptoServiceProvider class for every new hash value we'd
like to compute (from step 6 of the article).
I'm wondering if I could reuse the same object to compute multiple hash
values by using the Init() method of the class inbetween calls of
ComputeHash().
Comments/suggestions please.
Thanks.