Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Logon with Digital Siganture (PKI/OCES - or what else they're called)
Martin Høst Normark - 24 Sep 2005 8:09 AM - 3 messages
Hi everyone Has anyone got the least experience in integrating the Digital Signature with an ASP.NET[C#] Web Application? Here in Denmark, as I supose in many other countries, they're promoting the digital signature. A lot of people already has one, to do their taxes, and ...
Score Safe Source Code
icudret - 23 Sep 2005 5:37 PM - 3 messages
how can protect my source code from decompiler? ...
Score windows authentication problem
Filip De Backer - 23 Sep 2005 7:55 AM - 4 messages
Hi everyone, I've got the following error: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. In my webconfig file I use: <authentication mode="Windows"/> <identity impersonate="true"/> My connectionstring is: ...
Score Correctly using RSACryptoServiceProvider?
Neelay - 22 Sep 2005 10:04 PM - 3 messages
Hi guys,   I am writing a simple client-server app and the client sends requests to the server. The client and server communicate using sockets.   I want to encrypt the client request using servers public key. This is ...
Score security engineering for windows forms
VISHAL - 22 Sep 2005 5:37 PM - 3 messages
Is there any security engineering section for windows form in .NET. There is a security engineering section for web application in msdn [link] Can the above section be used for windows form as well. ...
Score aspnet users permission under SSL on windows server 2003
Minh - 22 Sep 2005 7:39 AM - 2 messages
my ASP .Net application works fine until I have it run under SSL.  When a remote user wants to write a file or create a folder, the app will throw a permission error although permission is already given (again, it works with ...
Score TripleDESCryptoServiceProvider
Tim Wallace - 21 Sep 2005 4:17 PM - 6 messages
I'm experiencing something that I am not certain is normal or a problem.  I have a byte array that, once run through a method that encrypts using Triple DES, the array now "appears" to be truncated.  By this I mean that the final ...
Score simple way to encrypt data
z f - 21 Sep 2005 10:49 AM - 3 messages
Hi, i need a simple way ( no app blicks ) to encrypt and decrypt data what is the object/method i should use? TIA. ...
Score Code Signing Certificates for individuals / open-source
Will - 21 Sep 2005 6:09 AM - 2 messages
Why do code signing authorities refuse to issue certificates to individuals or open-source projects? Are they seriously saying that organisations like Enron, Worldcom, etc are more trustworthy than the people who contribute to GotDotNet? Why do they cost so much? ...
Score LogonUser
Dick - 20 Sep 2005 5:05 PM - 15 messages
I'm trying to use the LogonUser function from "advapi32.dll" as described in the KB article "How to validate Windows user rights in a Visual Basic .NET application" but the function returns the error message "A required privilege is not held by the client.". Please can you explain what this means and what ...
Score Can i run more then one session on the computer?
Shurick - 20 Sep 2005 7:27 AM - 7 messages
Multiple sessions is pretty feature of XP. In domain environment its not working by default. How can i use this feature in domain environment? May be Vista can help me? ...
Score how to get the number of milliseconds between two System.DateTime objects
Daniel - 20 Sep 2005 12:02 AM - 2 messages
how to get the number of milliseconds between two System.DateTime objects ...
Score data size and RSA encryption
Tim Wallace - 19 Sep 2005 4:34 PM - 3 messages
I am getting an error stating "...data to be encrypted exceeds the maximum for this modulus of 256 bytes".  I am at a loss as to how this could be, as I'm only attempting to encrypt less than 30 characters.  Does anyone have ...
Score Delegation across trusted domains
Paul - 19 Sep 2005 9:21 AM - 3 messages
Hi, I've already posted this in a different group, but I've received no reponses... ------- I have some load balanced IIS servers, which get content and .NET applications from clustered file servers using UNC shares. The content within the shares are secured using NTFS file permissions. I've turned on delegation ...
Next » 2 3 4 5 6 7 8 9 10