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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override string GetPassword(
	string username,
	string passwordAnswer
)
Visual Basic (Declaration)
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

This method is not supported by Visual Guard

Exceptions

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

See Also