This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the UserProfile that belongs to the token or null if the token does not exist or is not valid.

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

Syntax

C#Copy imageCopy Code
public static  GetUserProfile(
	string singleSignOnToken
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetUserProfile ( _
	singleSignOnToken As  _
) As 

Parameters

singleSignOnToken
String

Return Value

See Also

Advanced