GetPassword Method

Summary

Gets the password of an authorized user.

Syntax
C#
VB
C++
public string GetPassword( 
   int index 
) 
Public Function GetPassword( _ 
   ByVal index As Integer _ 
) As String 
public: 
String^ GetPassword(  
   int index 
)  

Parameters

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

Return Value

The password of the user at the specified index.

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