Symphony Framework
AuthenticateExecRequest Method
Symphony.Harmony.Server Namespace > Authentication Class : AuthenticateExecRequest Method
Passed in authenticated token.
Name of the method or stored procedure to be executed.
Authenticate the "token" is authorized to execute the selected stored procedure.
Syntax
public string AuthenticateExecRequest( 
   Guid token,
   string methodName
)

Parameters

token
Passed in authenticated token.
methodName
Name of the method or stored procedure to be executed.
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