ClientStation.GetPasswordHintAsync Method

Get password hint
<ID("GetPasswordHintAsync", (int)e.GetPasswordHintAsync)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
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.GetPasswordHintAsync)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public Task<string> GetPasswordHintAsync( 
string userName 
)
This language is not supported or no code example is available.

Parameters

userName
string

User name

Return Value

Task<string>

Password hint

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition