| MD5CryptoServiceProvider: ComputeHash |
Computes a hash value for a source in a single pass.
Public Function ComputeHash( ByRef Source As Variant, Optional ByRef Index As Variant, Optional ByRef Count As Variant ) As Byte ( )
If a Stream object is passed in, then the stream is continuously read and the hash calculated until there is no more data left to read from the stream.
Project VBCorLib Overview Class MD5CryptoServiceProvider Overview MD5CryptoServiceProvider Properties MD5CryptoServiceProvider Methods Clear Equals