| Thread | Last Post | Replies |
|
| Updated KeyPal keycontainer tool | 11 Apr 2006 14:49 GMT | 1 |
I'm looking for some folks to test the latest version of KeyPal, the CryptoAPI keycontainer utility for .NET 2. There is a lot of new fuctionality in this version, including: - export any exportable RSA keypair to PKCS #12 (including keypairs with NO matching certificate)
|
| How to create roles | 11 Apr 2006 11:54 GMT | 3 |
I m trying to secure my web application by using role based security. I m having asp 1.1 and visual studio 2003 . I am doing some modifications in web.config file and under autorization tab allow/deny some roles. authentication is database type. at the time
|
| Windows service, local service and process.Start | 11 Apr 2006 10:06 GMT | 1 |
I'm trying to make a windows service that can launch process. This service must run as local system. One of the process to launch must run as a local user. I tried to use Process.Start with username ans password (.Net 2.0), but I got
|
| Read and Decode Private Key | 10 Apr 2006 17:36 GMT | 2 |
I have my private key in a file and need to be able to read it in and decode it within .Net. I have the password of course, but I can not use the program that created the key to read in the messages (long story). Does anyone know how to load and decode a private key withing .Net?
|
| Check access permissions on a file/folder | 09 Apr 2006 22:15 GMT | 1 |
Does .NET 2.0 provide an easy way to programatically determine if a user has permissions to access a particular file or folder? If yes, code snippets would be greatly appreciated.
|
| SetOwner problem? | 09 Apr 2006 20:28 GMT | 4 |
I'm having a problem using DirectorySecurity.SetOwner int DotNet. I'm using the following very simple code: DirectoryInfo dInfo = new DirectoryInfo(strFolder); DirectorySecurity oDirectorySecurity =
|
| How to store X509 certificate? | 08 Apr 2006 17:16 GMT | 1 |
I have the following code (snippet): Microsoft.Web.Services2.Security.X509.X509Certificate x509 = new Microsoft.Web.Services2.Security.X509.X509Certificate(newByte); Microsoft.Web.Services2.Security.X509.X509CertificateStore store;
|
| ASP .NET Configuration Tool | 07 Apr 2006 20:39 GMT | 3 |
I am not able to use the asp .net configuration tool. When I click on the security tab, I get this messages: --- There is a problem with your selected data store. This can be caused by an
|
| How to extract certificate from PKCS#7 message? | 07 Apr 2006 09:46 GMT | 1 |
I have signed a message using CryptoAPI, and it includes signer ceritficate. How I want to veirfy the sigature using System.Security.Cryptography.Pkcs namespace members.
|
| pass login to application | 07 Apr 2006 09:38 GMT | 11 |
how can pass the login (security info) to secondary application? ASP.NET 1.1 user login to application 1(app1.myapp.com) with their username and password, then they have a link to application 2 (app2.myapp.com) and I want
|
| LDAP, Email | 06 Apr 2006 22:01 GMT | 9 |
I am trying to retrieve the email from AD for a specific user, I am getting no results. The below code sends in a username that has an email address: Dim oDS As New DirectorySearcher(_path & _domain) oDS.Filter = "(samAccountName=" + Username + ")"
|
| windows defender will not insall - freezes computer | 06 Apr 2006 18:46 GMT | 1 |
i'm running XP Pro and have tried numerous times unsuccessfully to install windows defender. whether i run the installation from the microsoft site or download and run from my computer the result is the same - as soon as installation begins, the "Installing Windows Defender" box ...
|
| Check calling app in a remote object | 06 Apr 2006 16:15 GMT | 1 |
I've written a .Net Remoting object in .Net 2.0 and I want to make sure that it can only be called via my own class library. I understand how I can walk the stack and use GetCallingAssembly() with a conventional class library but this doesn't work on the remote object. I'm ...
|
| overriding CreateParams in a control hosted in HTML | 06 Apr 2006 14:28 GMT | 1 |
I've got a control that's used as part of building blocks to create various "views" by our customers, these views are then dynamically compiled then will then be hosted in webpages for their staff to use etc...
|
| Permission based security recommendation | 05 Apr 2006 19:15 GMT | 1 |
I am developing a windows based application using C# and VS.NET 2005. I have menu, toolbars, froms and controls on the form. I would like to implement the permission based security based on the group. There are several user groups which have different permissions to access only ...
|