| Thread | Last Post | Replies |
|
| Running .NET exe from a network share | 26 Jun 2009 14:38 GMT | 3 |
We have an application here which we are migrating from WIN32/C++ to .NET This tool can be used by our client and launch from a network share : The user install it on one server and any workstation can run the tool by \\SERVER\Tools\Tools.exe
|
| Dotnet 2.0 PCKS CheckSignature Error | 25 Jun 2009 13:39 GMT | 8 |
I am extracting a pkcs7-signature part from a s/mime message. When I verifiy the signature I get a CryptographicException "The hash value is not correct" . I am using CheckSignature(true), therefore it should verify signature
|
| Failed to access IIS metabase | 18 Jun 2009 02:33 GMT | 2 |
I have installed my ASP.NET 2.0 web app. on a new server and when I attempt to access the home page I get: Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the
|
| Empty Event Logs from Windows 2003 Server,Win32_NTLogEvent,WMI | 09 Jun 2009 17:51 GMT | 1 |
Good Morning, I am not able to fetching the Event Log Info from My Machine(domain1) to ServerMachine(domain2). Iam able to connect the Server Machine but iam unable to get any event log
|
| ComputeSignature: The Keyset is not defined | 09 Jun 2009 15:56 GMT | 5 |
When using ComputeSignature function I always end up with an error: The keyset is not defined. I am using SmartCard. Any explanation to this error ? public void Encrypt(string FileName) {
|
| Protect dll from Use | 05 Jun 2009 23:42 GMT | 2 |
I was search all this week about someway to protect dll files from use from unauthorized user, that when I create library in C#.net and put my methods in dll files I want just me to use this dll. but when distribute last executable program that use this dll, maybe
|
| .NET Security | 02 Jun 2009 18:36 GMT | 3 |
I'm catching up to .NET development and I'll reached a point where the security aspects are raising a barrier to usefulness and productivity. It appears the CAS have evolved from 1.0 to present and it looks like the changing is on going. So yes, it is
|
| MD5CryptoServiceProvider tied to machine? | 01 Jun 2009 15:29 GMT | 1 |
I'm using a routine like the one below to hash user passwords during a login process and compare them to the hashed version stored in our DB. private void HashPassword() {
|