TellUserAuth

Top  Previous  Next

TellUserAuth(User, Realm, TransactionId: String; Password: PChar); - Delphi syntax

TellUserAuth(string user, string realm, string password, string transactionId); - C# syntax

TellUserAuth(User As String, Realm As String, Password As String, TransactionId As String); - VB.NET syntax

Not implemented in COM version.

 

Description

Tells the server registration module the required password for given user, realm and transactionsId.

Pass Password as Nil for Delphi, null for C# or Nothing for VB.NET to return error 404 “such account doesnt exist”