TAuthenticator

From Ultibo.org
Jump to: navigation, search

Return to Unit Authentication


Description


To be documented

Class definitions



[Expand]

TAuthenticator = class(TObject)


Function declarations



[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