I\'ve got a WebService project that we\'ve created to expose some methods to our clients (specifically if they call one of the methods it will trigger an event on our servers) that they can call in th
let\'s say we have a WCF service like the one from msdn examples -- c#, calculatorservice, with all the service settings on default.
I have a single application -- written in C# -- which is used by only one user.I provide this software for a very high monthly fee (> $10,000).I\'d like to protect this application against use by any
I encoutered a somewhat (at least for me) strange behaviour in a library I\'m building; I have this method:
I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to process; or I can put
We are delivering FLV video to clients using progressive download. If a computer has real player downloader installed anyone can download these videos. How do we pre开发者_运维百科vent this from happe
The mprotect 开发者_如何学Pythonsyscall protects the memory area within page boundary: int mprotect(void *addr, size_t len, int prot);
The client is concerned about safety of the data application uses and stores locally on device (e.g. they want to prevent reading开发者_JAVA技巧 our data files even on jailbroken iPhones). So I wonder