AddUserAsync Method
Adds a user for the engine specified by EngineId to the internal authentication cache.
Syntax
[VB.NET] Public Function AddUserAsync(ByVal User As String, ByVal EngineId As String, ByVal AuthenticationProtocol As Integer, ByVal AuthenticationPassword As String, ByVal EncryptionAlgorithm As Integer, ByVal EncryptionPassword As String) As Task
[C#] public Task AddUserAsync(string user, byte[] engineId, int authenticationProtocol, string authenticationPassword, int encryptionAlgorithm, string encryptionPassword);