HashMD5 Class

Represents type HashMD5.

Namespace: System.Crypto
TObject
  System.Crypto.HashAlgorithm
    System.Crypto.HashMD5
type
 HashMD5 = class(HashAlgorithm)
 end;

The HashMD5 type exposes the following members.

Show:
 NameDescription
HashData(String)

Represents method HashData(String). (Overrides HashAlgorithm.HashData(String).)

Top