Walter.Web.FireWall
TryGetValidateUserJavaScript Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWall Interface : TryGetValidateUserJavaScript Method
The page.
The script bytes.
Tries to get User validation script from the compiled resources.
Syntax
bool TryGetValidateUserJavaScript( 
   IPageRequest page,
   out byte[]? scriptBytes
)

Parameters

page
The page.
scriptBytes
The script bytes.

Return Value

true if the script was retrieved, false otherwise.
Exceptions
ExceptionDescription
If the script resource can't be found
I no page is provided
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFireWall Interface
IFireWall Members