Winsoft Authentication for Android v1.0 Delphi 10 - 10.3 Full Source » Developer.Team - Developers Paradise!
star archive bad ca calendar cat coms dislike down down2 fav fb gp info left like login love mail od pass rel reply right search set share sort_down sort_up top tw up views vk votes cross phone loc ya

Winsoft Authentication for Android v1.0 Delphi 10 - 10.3 Full Source

Winsoft Authentication for Android v1.0 Delphi 10 - 10.3 Full Source
Winsoft Authentication for Android v1.0 Delphi 10 - 10.3 Full Source


Delphi authentication library for Android.
uses Android KeyguardManager API
available for Delphi 10 - 10.3
source code included in registered version
royalty free distribution in applications

type
  EAuthenticationError = class(Exception)
  end;

  TAuthentication = class
    constructor Create;

    procedure ConfirmCredentials;

    property Description: string read write;
    property DeviceSecured: Boolean read;
    property KeyguardManager: JKeyguardManager read;
    property RequestCode: Integer read write default 1000;
    property Title: string read write;

    property OnSuccess: TNotifyEvent read write;
    property OnError: TNotifyEvent read write;
  end;




Only for V.I.P
Warning! You are not allowed to view this text.