LimitedUserSID Property



 
The LimitedUserSID property contains the ID of the restricted user.


Syntax

    [str=] SiteKiosk.Security.LimitedUserSID
Possible Values
    String that retrieves the ID.

    The property is read only.
Remarks
    This string is empty if the restricted SiteKiosk user account has not been installed.
Examples
    The following example shows the ID of the restricted user in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Security.LimitedUserSID);
    </SCRIPT>

Applies to
    SiteKiosk v5.5 (and later versions).

Back to top