Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Programmatically Install Certificate into Windows Certificate Store
Brad - 23 Jun 2006 7:59 PM - 4 messages
I have a Personal Information Exchange PCKS #12 certificate file that requires a password when manually installing.  This certificate was issued by a 3rd party company I need to communicate with via https. Initially I exported the PCKS #12 certificate to DER encoded binary ...
Score At What Point Does the Security Begin?
salty - 23 Jun 2006 2:29 PM - 11 messages
If an ASP.NET page with the usual username and password fields is not secure (it's called at http, not https) but posts to a page through https that does the username/password lookups, is this process secure?  Or do both pages need ...
Score IDentifiy user acl on a folder ????
serge calderara - 22 Jun 2006 12:53 PM - 4 messages
Dear all, How can I identify if the current logged in user have WRITE access on  aprticular folder ? then if it not the case force it to have it thanks for your answer regards serge ...
Score Help : Access denied ???
serge calderara - 22 Jun 2006 9:45 AM - 5 messages
Dear all, I have a windows application that can be use by any user. In order to check my applciation least priviledge i nee to be sure that my applciation runs correctly with minimum rights. One phase of my appliction is that it store some log information in a file ...
Score permission for socket access
Rain - 22 Jun 2006 4:09 AM - 3 messages
Hi, i only need to make the scoket access unrestricted and nothing else. How do i do this in an xml which i will be using in adding a permission set using caspol? <PermissionSet class="System.Security.NamedPermissionSet" version="1"> ...
Score Active Directory and ASP.NET 2.0
NancyA - 21 Jun 2006 6:30 PM - 4 messages
Hi - I am successfully able to retrieve tokenGroups data for a given sAmAccountName from a .NET 2.0 web page.  However, I'm still in test mode on my own machine.  What will I need to do to access AD from the web page when ...
Score Where to store log file ?
serge calderara - 20 Jun 2006 12:02 PM - 2 messages
Dear all, I have build a WIndows application that is deployed under 2000 or XP workstation. If I set to 1 the entry in <Diagnostics> elements of App.config file, then it generates log file entry under a LOG folder located below the Installation ...
Score Need advise...
serge calderara - 20 Jun 2006 9:01 AM - 10 messages
Dear all, I have a windows application with a Windows login dialog which is used to handle different specific users different that Windows login users. When I start my application I get a security exception when I am loged in as ...
Score Security settings for Folder
Tinu - 19 Jun 2006 8:55 PM - 2 messages
Hi, I am using below code to give access to a user but when I check in explorer only "Special Permission' is checked instead of "FullControl"? DirectoryInfo di = Directory.CreateDirectory("C:\\zDeleteMe"); DirectorySecurity dSecurity = di.GetAccessControl(); // Add the FileSystemAccessRule to the security settings. ...
Score Bad Data with DES Decryption
Steve Telford - 19 Jun 2006 4:03 AM - 4 messages
Hello everyone, I am using the following class to encrypt/decrypt a string using C# in .NET Framework 2.0. When I call decrypt (in testing, straight after calling encrypt) I get a 'Bad Data' Cryptographic Exception. Can anyone offer any advice as to where I may be going wrong? ...
Next » 2 3 4 5 6 7 8 9 10