Symphony Framework
AuthenticateSelectRequest Method
Symphony.Harmony.Server Namespace > Authentication Class : AuthenticateSelectRequest Method
Passed in authenticated token.
Table name being interogated.
Collection of fields being requested.
Authenticate the requested select command is authroized by the "token".
Syntax
public string AuthenticateSelectRequest( 
   Guid token,
   string tableName,
   List<FieldDataDefinition> fields
)

Parameters

token
Passed in authenticated token.
tableName
Table name being interogated.
fields
Collection of fields being requested.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Authentication Class
Authentication Members