TAuthenticator

From Ultibo.org
Revision as of 01:21, 27 April 2018 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Authentication


Description


To be documented

Class definitions



Authenticator

[Expand]

TAuthenticator = class(TObject)


Function declarations



TAuthenticator

[Expand]
constructor TAuthenticator.Create;
Description: To be documented


[Expand]
destructor TAuthenticator.Destroy;
Description: To be documented


[Expand]
procedure TAuthenticator.SetFlags(AFlags:LongWord);
Description: To be documented


[Expand]
function TAuthenticator.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TAuthenticator.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TAuthenticator.UsernamePrompt:String;
Description: To be documented


[Expand]
function TAuthenticator.PasswordPrompt(const AUsername:String):String;
Description: To be documented


[Expand]
function TAuthenticator.CheckUsername(const AUsername:String):LongWord;
Description: To be documented


[Expand]
function TAuthenticator.CheckPassword(const AUsername,APassword:String):LongWord;
Description: To be documented


Return to Unit Reference