←Select platform

AddUser Method

Summary

Adds a user to the list of authorized users maintained by this object.

Syntax

C#
VB
C++
public int AddUser( 
   string Username, 
   string Password 
) 
Public Function AddUser( _ 
   ByVal Username As String, _ 
   ByVal Password As String _ 
) As Integer 
public: 
int AddUser(  
   String^ Username, 
   String^ Password 
)  

Parameters

Username
String indicating the user name. Cannot be NULL.

Password
String indicating the password. Can be NULL if no password is desired. In this case, all you must specify to enter is the username.

Return Value

The 0-based index of this user in the list of users maintained by this object.

Remarks

Note that all users have the same privileges, so when you add a user to this object you are granting access to this user for the media that will use this object.

Example

For an example, see RTSPSecurity.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly