Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public string GetPasswordQuestion(
	string username,
	VGAuthenticationMode authenticationMode
)
Visual Basic
Public Function GetPasswordQuestion ( 
	username As String,
	authenticationMode As VGAuthenticationMode
) As String

Parameters

username
Type: System..::..String
authenticationMode
Type: Novalys.VisualGuard.Security..::..VGAuthenticationMode

Return Value

Type: String

See Also