| Thread | Last Post | Replies |
|
| How to - PKCS#7 in c# | 30 Jun 2006 17:54 GMT | 2 |
I am new to cryptography. Our application is supposed to send out an XML message to an external system. The requirement is to encrypt it with PKCS#7? How do I do this in c# code. I could not find any examples.
|
| Certification Authority, code signing, code access | 30 Jun 2006 14:56 GMT | 3 |
Hi, can I configure/program my vb.net exe/dll to trust on only a particular Certification Authority (CA)? For example, I would create a new CA, it would certainly those dlls that I created. Then, my exe would trust only this CA, thus only those dlls that I created.
|
| How to: check for firewall blocking? | 30 Jun 2006 06:33 GMT | 3 |
Is there a way to check to see if a firewall is going to block my apps communication? .NET 2.0 I've seen some more recent Microsoft games that were able to test for blocking and then prompt the user if they would like to add the application
|
| Proxy server authentication | 30 Jun 2006 03:28 GMT | 2 |
I am developing a C#.NET Windows forms client-server application. The client software needs to be able to access the server software regardless of the proxy server configuration of the machine on which the client runs. Using the following code, the client can access the server via ...
|
| Trust relationship exception | 29 Jun 2006 04:31 GMT | 3 |
This code has been working all right for a couple of days, but suddenly I'm getting the error detailed later (C#): System.Security.Principal.WindowsIdentity ui; System.Security.Principal.WindowsPrincipal up;
|
| Loading permission sets | 27 Jun 2006 16:14 GMT | 2 |
Is there any way to load a System.Security.PermissionSet with all the permissions that are defined in the runtime security policy for a specific zone? For example I want to set up an application to simulate running in a browser, so I want it to be set up with all the permissions ...
|
| At What Point Does the Security Begin? | 25 Jun 2006 09:38 GMT | 10 |
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 to be going through https?
|
| Need advise... | 23 Jun 2006 10:45 GMT | 9 |
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 a Restricted Windows user. The generated exception is normal ...
|
| Forcefully issuing a new ASP.NET_SessionID | 22 Jun 2006 20:54 GMT | 4 |
Does anybody know how I can programatically force ASP.NET to issue a brand new sessionID to an end user. The primary challenge I'm looking to overcome is getting this done in one response request: 1. Client issues an HTTP request (sending in sessionID via cookie)
|
| Help : Access denied ??? | 22 Jun 2006 17:09 GMT | 4 |
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
|
| Active Directory and ASP.NET 2.0 | 22 Jun 2006 15:35 GMT | 3 |
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
|
| permission for socket access | 22 Jun 2006 05:57 GMT | 2 |
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">
|
| Security settings for Folder | 21 Jun 2006 11:32 GMT | 1 |
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();
|
| Framework 2.0 vs Framework 2.0 SDK problem | 20 Jun 2006 15:49 GMT | 2 |
I have an application with exists out of 1 exe with lots of referenced dll's. The application is on a shared network drive, and then started from the client. It'is made an compiled in VS 2005 and running on Windows XP
|
| Where to store log file ? | 20 Jun 2006 13:08 GMT | 1 |
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
|