Providing Security in RIA services

If you wish to prevent clients accessing your data

[code:c#]

[RequiresAuthentication]
[EnableClientAccess()]
public class LolerService : LinqToSqlDomainService<LolerModelDataContext>

[/code]

Comments are closed