[This is preliminary documentation and is subject to change.]

Retrieves the authenticated ticket from the cookie

Namespace:  OfficeClip.BusinessLayer.Extranet.Utility
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static AuthTkt Get_eAuthTktFromCookie(
	string encodedCookieTxt,
	int groupId
)
Visual Basic (Declaration)
Public Shared Function Get_eAuthTktFromCookie ( _
	encodedCookieTxt As String, _
	groupId As Integer _
) As AuthTkt
Visual C++
public:
static AuthTkt^ Get_eAuthTktFromCookie(
	String^ encodedCookieTxt, 
	int groupId
)

Parameters

encodedCookieTxt
Type: System..::.String
The text for the encoded cookie
groupId
Type: System..::.Int32
The unique id of the group

Return Value

The authenticated ticket object

See Also