| Thread | Last Post | Replies |
|
| possible to detect if a loaded assembly was verified? | 31 May 2006 15:46 GMT | 2 |
Does anyone know.... is it possible to see if a loaded assembly skipped verification or was verified? I'd like my application code to be able to programatically verify that a loaded dependency assembly is indeed signed properly and did NOT use skip-verification,
|
| Security Error while Calling another Assembly | 31 May 2006 14:54 GMT | 1 |
I get a Security Error when my WebService makes a call a method in another assembly. The details of the exception as viewed in immediate window of Visual Studio are pasted below.
|
| Modify Local Security Settings via code | 30 May 2006 15:19 GMT | 4 |
Hopefully this is simple and I'm just missing it. I need to be able to use C# code in .Net to change the values of some of the Local Security Settings under Local Policies...User Rights Assignment. So far I haven't been able to find anything on how to change Local Security ...
|
| Signing Assemblies - How To? | 29 May 2006 21:19 GMT | 4 |
I'm trying to sign my Visual Studio 2003 C#.net WinForms app. I'm following this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/s trongNames.asp I've generated the public and public/private key files. Then I added the
|
| RSA - Public vs. Private Keys | 29 May 2006 05:28 GMT | 14 |
I'm running into a dilemma. I"m trying to encrypt a message on one machine, and have it decrypted on another machine (say, the target application). But, I don't want the keys to be 'hacked' very easily. This is a small amount of info, and so I thought RSA sounded appropriate.
|
| Dotfuscating Part of an Application | 24 May 2006 17:55 GMT | 3 |
I wanted to use Dotfuscator before releasing my commercial application. I tried dotfuscating the entire EXE but it failed with some cryptic error about System.Drawing. I have no idea how to resolve that. So then I thought the next best thing would be to dotfuscate the DLLs ...
|
| Avoid to prompt for update in ClickOnce | 24 May 2006 13:00 GMT | 2 |
I would like to distribute an application in my company local area network. I published the setup via ClickOnce that works great for this purpouse even because it's wonderful for new releases of the program.
|
| System.Security.SecurityException Associated to Windows Applications | 24 May 2006 09:57 GMT | 4 |
I wonder if anyone can help me. I have a request for an application to be installed on a server and the client to just have the .net framework. I have created a .net 2003 application. The executable, Calendar.exe, needs to be executed by the client on this server, Helios. Now ...
|
| Connecting to MS Exchange 2003 using POP3 with SSL fails | 23 May 2006 22:04 GMT | 3 |
I order to automate some mail processing I need to access POP3 servers over a secure channel. A couple of MSDN articles recently written by Dominick Baier was helpful to me when I implemented a solution in C# with the .NET Framework 2.0. It works fine as far as I don't try to ...
|
| Security permissions issue | 23 May 2006 20:46 GMT | 2 |
I've written an app in Visual Studio 2003 (C#) that I want to correctly handle situations when the app is run from a network share. I've written some code in the main form constructor to attempt to access the registry. I've put this code inside a try/catch block and my app ...
|
| security problem | 23 May 2006 17:07 GMT | 1 |
I am trying to run a app over a network share but it doesnt work. I also tried to grant full trust application but it still doesnt work. The error shows up when it tries to open a excel sheet over the network. Below is the error message.
|
| SslStream and CipherAlgorithm | 21 May 2006 06:00 GMT | 1 |
Maybe someone can educate me, but how is the CipherAlgorithm set for an SslStream in .NET 2.0. I noticed you can get the CipherAlgorithm from an SslStream property, but how do you set it, or at least require a specific algorithm? Is
|
| SecurityPermission fails when running app from server VB.Net 2005 | 21 May 2006 02:28 GMT | 4 |
My VB.Net 2005 app runs in the IDE fine from my own machine, but when the source code resides on my Small Business Server I get a fatal error (below my signature) right away when the form starts to load. This app did run from the server at one time, but not now. Any ideas? I ...
|
| How to get user id guid | 21 May 2006 00:32 GMT | 7 |
I am developing a SSO web part between a SharePoint site and my web application. I would like to accomplish this by passing the guid of the currently logged on user to the target web site. It seems the only way to get this id is by performing an AD lookup for the
|
| Product Licensing | 20 May 2006 01:10 GMT | 1 |
Any recommendation for a product license generation/api package for .NET? Thanks, ajam
|