Symphony Framework
Authentication Class
Members 
Symphony.Harmony.Server Namespace : Authentication Class
Class to enable authentication of credentials and request from a client.
Syntax
public class Authentication 
Remarks
Unless the connectiojn/user authenticates then the reuqest will be aborted. Yo implement your required authentication in an assembly and register it using the SYMPHONY_AUTHENTICATION_CLASS envirnment varialbe.

The authentication class allows you to authenticate both the request method (select, update, execute, etc.) or the individual columns being accessed (when the method is select) to ensure the right permissions are granted accordingly.

Inheritance Hierarchy

System.Object
   Symphony.Harmony.Server.Authentication

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 Members
Symphony.Harmony.Server Namespace