ModuleSecurity.GetPasswordHint Method

Get password hint of user
<ID("GetPasswordHint", (int)e.GetPasswordHint)> _ 
Public Function GetPasswordHint( _ 
ByVal userName As String
) As String
This language is not supported or no code example is available.
[ID("GetPasswordHint", (int)e.GetPasswordHint)] 
public string GetPasswordHint( 
string userName 
)
This language is not supported or no code example is available.

Parameters

userName
string

Return Value

string

List containg user names separated by \n(line feed)

.NET Framework

Supported in: 4.8

In this article

Definition