HashRIPEMD160 Class

Represents type HashRIPEMD160.

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

The HashRIPEMD160 type exposes the following members.

Show:
 NameDescription
HashData(String)

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

Top