←Select platform

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

Leadtools.Multimedia Assembly