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

Interface to get encoded authentication ticket cookie

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

Syntax

C#
HttpCookie GetEncodedAuthTktCookie(
	ref AuthTkt tkt,
	TimeSpan tsExpires
)
Visual Basic (Declaration)
Function GetEncodedAuthTktCookie ( _
	ByRef tkt As AuthTkt, _
	tsExpires As TimeSpan _
) As HttpCookie
Visual C++
HttpCookie^ GetEncodedAuthTktCookie(
	AuthTkt^% tkt, 
	TimeSpan tsExpires
)

Parameters

tkt
Type: OfficeClip.BusinessLayer.Extranet.Utility..::.AuthTkt%
The authentication ticket
tsExpires
Type: System..::.TimeSpan
The timespan for the expiration of the cookie

Return Value

The http cookie

See Also