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

Interface function to get the authenticated cookie from the ticket

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

Syntax

C#
AuthTkt Get_eAuthTktFromCookie(
	string encodedCookie
)
Visual Basic (Declaration)
Function Get_eAuthTktFromCookie ( _
	encodedCookie As String _
) As AuthTkt
Visual C++
AuthTkt^ Get_eAuthTktFromCookie(
	String^ encodedCookie
)

Parameters

encodedCookie
Type: System..::.String
The encoded cookie

Return Value

The authenticated ticket

See Also