This method is not supported by Visual Guard.

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

Syntax

C#
public override string GetPassword(
	string username,
	string passwordAnswer
)
Visual Basic
Public Overrides Function GetPassword ( 
	username As String,
	passwordAnswer As String
) As String

Parameters

username
Type: System..::..String
the name of the user
passwordAnswer
Type: System..::..String
the password answer

Return Value

Type: String
This method is not supported by Visual Guard

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionThis method is not supported by Visual Guard

See Also