SetPassword Method

Summary

Sets the password for an authorized user.

Syntax
C#
VB
C++
public void SetPassword( 
   int index, 
   string newVal 
) 
Public Sub SetPassword( _ 
   ByVal index As Integer, _ 
   ByVal newVal As String _ 
)  
public: 
void SetPassword(  
   int index, 
   String^ newVal 
)  

Parameters

index
0-based index of the user whose password you want to set.

newVal
String containing the password.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly