Symphony Framework
AuthenticateDeleteRequest Method
Symphony.Harmony.Server Namespace > Authentication Class : AuthenticateDeleteRequest Method
Passed in authenticated token.
Table name being interogated.
The actual data area being updated into the file.
Authenticate that the "token" is authorized to delete the data from the table.
Syntax
public string AuthenticateDeleteRequest( 
   Guid token,
   string tableName,
   string dataArea
)

Parameters

token
Passed in authenticated token.
tableName
Table name being interogated.
dataArea
The actual data area being updated into the file.
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