←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly