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

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