SecurityServices for .NET 2.0 Documentation

MD4 Class

[This is preliminary documentation and subject to change.]

Represents the abstract class from which all implementations of the MD4 hash algorithm inherit.

For a list of all members of this type, see MD4 Members.

System.Object
   HashAlgorithm
      MD4
         MD4CryptoServiceProvider

public class MD4 : HashAlgorithm

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Warning: The MD4 algorithm is a broken algorithm. It should only be used for compatibility with older systems.

Requirements

Namespace: Org.Mentalis.SecurityServices.Cryptography

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

MD4 Members | Org.Mentalis.SecurityServices.Cryptography Namespace