This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tests if the request has a valid single sign on token. If so, authenticate the user that belongs to it.

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public static bool AuthenticateRequest()
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function AuthenticateRequest As 

See Also

Advanced