[Overview][Constants][Types][Classes][Index] Reference for unit 'BCrypt' (#TBCryptHash)

TBCryptHash

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: BCrypt.pas line 214

type TBCryptHash = class(TObject) end;

public

  constructor Create; overload;

  destructor Destroy; override;

  function CreateHash();

  function VerifyHash();

  function NeedsRehash();

  function HashGetInfo();

Inheritance

TBCryptHash

|

TObject