Computes the combined MD5/SHA1 hash for the input data.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Class MD5SHA1 _ Inherits HashAlgorithm |
C# |
---|
public class MD5SHA1 : HashAlgorithm |
Remarks
The resulting hash value is 36 bytes long.
Bytes 0..15 contain the MD5 hash and bytes 16..35 contain the SHA1 hash.
Inheritance Hierarchy
System..::..Object
System.Security.Cryptography..::..HashAlgorithm
Rebex.Security.Cryptography..::..MD5SHA1
System.Security.Cryptography..::..HashAlgorithm
Rebex.Security.Cryptography..::..MD5SHA1