IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

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);

Remarks

This method is the asynchronous version of the AddUser method and is used to support asynchronous operations in WinRT. Please refer to AddUser for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0