GetToken Method

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetToken Method
GetToken must be the first call into web service. This is irrespective of whether user is logging in or not.
Declaration Syntax
C# Visual Basic
public string GetToken()
Public Function GetToken As String
Return Value
Unique access token that is valid for the duration of the session.

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)