[This is preliminary documentation and is subject to change.]
Determines if the cookie and the url object is validated
Namespace:
OfficeClip.BusinessLayer.Extranet.UtilityAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public static bool CookieAndUrlArgIsValidated( int groupId, string encodedCookie, string encryptedUrlArg, string clientIpAddress ) |
Visual Basic (Declaration) |
---|
Public Shared Function CookieAndUrlArgIsValidated ( _ groupId As Integer, _ encodedCookie As String, _ encryptedUrlArg As String, _ clientIpAddress As String _ ) As Boolean |
Visual C++ |
---|
public: static bool CookieAndUrlArgIsValidated( int groupId, String^ encodedCookie, String^ encryptedUrlArg, String^ clientIpAddress ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
- encodedCookie
- Type: System..::.String
the encoded cookie
- encryptedUrlArg
- Type: System..::.String
The encrypted url argument
- clientIpAddress
- Type: System..::.String
The ip address of the client