HashSHA3_256 Class

Represents type HashSHA3_256.

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

The HashSHA3_256 type exposes the following members.

Show:
 NameDescription
HashData(String)

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

Top