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 MembershipUser GetUser(
	Object providerUserKey,
	bool userIsOnline
)
Visual Basic (Declaration)
Public Overrides Function GetUser ( _
	providerUserKey As Object, _
	userIsOnline As Boolean _
) As MembershipUser

Parameters

providerUserKey
Type: System..::.Object
This parameter is not supported by Visual Guard.
userIsOnline
Type: System..::.Boolean
This parameter is not supported by Visual Guard.

Return Value

this method throws an exception.

Exceptions

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

See Also