protection
Protecting Web Services
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[详细]
2022-12-14 19:31 分类:问答How To Make WCF Sessions More Secure?
let\'s say we have a WCF service like the one from msdn examples -- c#, calculatorservice, with all the service settings on default.[详细]
2022-12-13 11:14 分类:问答Protecting a high value C# application with only one user
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[详细]
2022-12-13 05:03 分类:问答Class-behaviour with private fields
I encoutered a somewhat (at least for me) strange behaviour in a library I\'m building; I have this method:[详细]
2022-12-12 21:20 分类:问答Password protect Open XML Wordprocessing Document
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[详细]
2022-12-11 06:17 分类:问答Will using a streaming media server prevent RealPlayer Downloader from downloading FLV videos?
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[详细]
2022-12-11 04:00 分类:问答Alternatives to mprotect()
The mprotect 开发者_如何学Pythonsyscall protects the memory area within page boundary: int mprotect(void *addr, size_t len, int prot);[详细]
2022-12-10 21:36 分类:问答What are the common practices to protect data on iPhone
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[详细]
2022-12-09 01:19 分类:问答