HashSHA1 Class

Represents type HashSHA1.

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

The HashSHA1 type exposes the following members.

Show:
 NameDescription
HashData(String)

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

Top