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

Interface method to get the encrypted url argument

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

Syntax

C#
string GetEncryptedUrlArg(
	ref AuthTkt tkt
)
Visual Basic (Declaration)
Function GetEncryptedUrlArg ( _
	ByRef tkt As AuthTkt _
) As String
Visual C++
String^ GetEncryptedUrlArg(
	AuthTkt^% tkt
)

Parameters

tkt
Type: OfficeClip.BusinessLayer.Extranet.Utility..::.AuthTkt%
The authentication ticket

Return Value

The encrypted url argument

See Also