Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score The remote server returned an error: (403) Forbidden - even with a valid verisign certificate
aswathsn - 18 Nov 2006 5:31 PM - 5 messages
Hello Folks, Here is my problem: I have a console app that is trying to connect to an asp.net webservice hosted by a third party and runs in a secure mode(HTTPS). My code is running on Windows 2000 Professional and the web service is running on ...
Score SignedCms.ComputeSignature(CmsSigner) - Keyset does not exist
kplkumar - 17 Nov 2006 2:47 PM - 3 messages
I have searched quite a bit and could not find an answer to this error I am getting. ContentInfo contentInfo = new ContentInfo(msgBytes); SignedCms signedCms = new SignedCms(contentInfo); CmsSigner cmsSigner = new CmsSigner(Certificate); // pass X509 certificate signedCms.ComputeSignature(cmsSigner); // throws error right here ...
Score Need help with DirectorySearcher FILTER using SID.
Pucca - 16 Nov 2006 3:04 AM - 6 messages
Hi, I'm using vs2005, .net 2.0.  I have the following method that retrieves the AD object's current login name.  The search is returnning null when it shouldn't.  I think there's problem with my byte array's allocation.  Or ...
Score Redirect when User is Unauthorized
David - 14 Nov 2006 3:43 PM - 6 messages
Hello, I am using Windows Authentication and Role based authorization to secure my web application.  I would like to redirect to an Unauthorized page if a user tries to access the web site and does not have the proper credentials.  I ...
Score How do I use windowsIdentity to start a process in .net?
brett.mack - 14 Nov 2006 2:42 PM - 6 messages
Hello, and thanks in advance. I'm using the logonuser function within vb.net to obtain a windowsIdentity. Now how do I start a process using it, within vb.net? I need all functions after obtaining the windowsIdentity to use it. ...
Score How to decrypt CAPICOM data i .NET 2.0
Karel Kral - 13 Nov 2006 12:07 PM - 5 messages
Hello, I have CAPICOM encrypted data. Data cames from VB6 application (see sample bellow). Now I want to decrypt this data in VB.NET (or C#). Are there native .NET 2.0 library to decrypt CAPICOM data or I must have ...
Score Do i need to got Https:// throught the website ???
Ananth Ramasamy Meenachi - 13 Nov 2006 11:36 AM - 5 messages
Hi All,            An organization has a website which goes with windows authentication to access their website and this website is accessed by their employee around 60,000 and accessed with a frequency atleast once in a day or ...
Next » 2 3 4 5 6 7 8 9 10