ModuleSecurity.GetPasswordHintAsync Method

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

Parameters

userName
string

Return Value

Task<string>

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

.NET Framework

Supported in: 4.8

In this article

Definition