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

Interface function to test if the url and the cookie argument is validated

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

Syntax

C#
bool CookieAndUrlArgIsValidated(
	string encodedCookie,
	string encryptedUrlArg,
	string clientIpAddress
)
Visual Basic (Declaration)
Function CookieAndUrlArgIsValidated ( _
	encodedCookie As String, _
	encryptedUrlArg As String, _
	clientIpAddress As String _
) As Boolean
Visual C++
bool CookieAndUrlArgIsValidated(
	String^ encodedCookie, 
	String^ encryptedUrlArg, 
	String^ clientIpAddress
)

Parameters

encodedCookie
Type: System..::.String
The encoded cookie
encryptedUrlArg
Type: System..::.String
The encrypted url argument
clientIpAddress
Type: System..::.String
The client ip address

Return Value

true if the cookie and the url argument is validated

See Also