HashCRC32 Class

Represents type HashCRC32.

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

The HashCRC32 type exposes the following members.

Show:
 NameDescription
HashData(String)

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

Top