Providing Security in RIA services
If you wish to prevent clients accessing your data:
[RequiresAuthentication]
[EnableClientAccess()]
public class LolerService : LinqToSqlDomainService<LolerModelDataContext>If you wish to prevent clients accessing your data:
[RequiresAuthentication]
[EnableClientAccess()]
public class LolerService : LinqToSqlDomainService<LolerModelDataContext>