UserLogonDialog
Security Manager Module
Description: | Launches the Sign in dialog |
Returns: | Nothing |
Usage: | Script Only. |
Related to: | AlternateLogoff | AlternateLogon | Authenticate | LogOff | QuietLogon | UserCredChange |
Format: | \SecurityManager\UserLogonDialog([Device, Namespace, Center, Embed, DialogX, DialogY, DialogDirection, pULDObj, AppLayer]); |
Parameters: |
Device |
Name of device signing in. |
NameSpace |
Default setting for the realm name (optional) |
Center |
TRUE to center dialog on screen (default=0). |
Embed |
TRUE to draw the dialog embedded in a page FALSE to show the dialog in a window (default) |
DialogX | ||||||||||
X coordinate to base dialog position upon. | ||||||||||
DialogY | ||||||||||
Y coordinate to base dialog position upon. | ||||||||||
DialogDirection | ||||||||||
Numeric code giving the direction from (DialogX,DialogY) to displace:
|
pULDObj |
Returns a pointer that is set to the sign in dialog. |
AppLayer |
Layer value of the calling Layer. |
Comments: | None |