SecurityServices for .NET 2.0 Documentation

MD4CryptoServiceProvider Class

[This is preliminary documentation and subject to change.]

Computes the MD4 hash for the input data using the implementation provided by the cryptographic service provider (CSP).

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

System.Object
   HashAlgorithm
      MD4
         MD4CryptoServiceProvider

public class MD4CryptoServiceProvider : MD4

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

MD4CryptoServiceProvider Members | Org.Mentalis.SecurityServices.Cryptography Namespace