| Thread | Last Post | Replies |
|
| Signing text file (.txt) | 30 Dec 2004 19:17 GMT | 3 |
Is there any posibility to sign txt file? Capicom don't have it. I created application ("MyApp1"). It creates a config file for second application ("MyApp2"). I want, that after creating config MyApp1 digitally signing this config.
|
| CAS, No Touch Deployment and Flags="UnmanagedCode" | 30 Dec 2004 18:57 GMT | 1 |
We No Touch Deploy our assemblies from a web server. So, our app runs from the download cache. We have a custom URL code group on each machine with FullTrust. On the web server, our assemblies are stored in a folder called, lets say
|
| problem with strong name CAS | 28 Dec 2004 22:13 GMT | 1 |
I am having a strange problem with a NTD Smart Client application. I've created a small stub app which is installed on the client pc. The stub application uses the Assembly.LoadFrom method to load forms from an assembly. The assembly that the forms are loaded from are on my web ...
|
| .NET 2.0 and SslStream authentication | 28 Dec 2004 17:31 GMT | 4 |
i am currently working on a sample and a tool to troubleshoot with SslStream - i half way finished (and working so far). i can send you what i got... One thing to note - i am not quite sure if SslStream in your .net build is working at all...i am using Nov CTP and they changed e ...
|
| impersonation or auditing issue ??? | 27 Dec 2004 22:37 GMT | 2 |
asp.net (under iis6) uses the app pool identity account for access to windows objects (e.g. files) - i assume you do something like FileStream fs = new FileStream("specific file in some folder"); in this case _every_ file system access is under the security context of 'UserB' - ...
|
| Refreshing Code Access Security settings after change | 22 Dec 2004 20:43 GMT | 2 |
I am trying to have an application already running refresh its code access security settings information after a change has been done in the .NET configuration application. Is there a way to make the AppDomain reload the security settings from disk?
|
| Strange permission issue with a UserControl | 22 Dec 2004 15:47 GMT | 3 |
I'm encountering a strange permission issue with a custom UserControl... The UserControl is part of a WinForms project (exe), however it exposes a public event which declared in another assembly (dll). Nothing out of the ordinary there. A winform (FormMain) in the exe project ...
|
| rijndael high encryption pack | 22 Dec 2004 07:38 GMT | 1 |
Is the high encryption pack needed on client computers if my app uses rijdaelmanaged for encrypting data? If it is need, then will RC2 work fine without the high encryption pack? andrew
|
| is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop? | 22 Dec 2004 01:42 GMT | 1 |
is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?
|
| What permissions are needed for windows service to do C# impersonation when started under a user account? | 22 Dec 2004 01:42 GMT | 1 |
I have a windows service that impersonates another account fine when it runs under system account but fails to impersonate when run under a user account. What permissions must the windows service user account have inorder to do impersonation?
|
| Authorization Manager, ASP.NET, possible memory leak | 20 Dec 2004 22:12 GMT | 1 |
We are using Authorization Manager in an ASP.NET application. We are using Microsoft.Interop.Security.AzRoles. We appear to have a memory leak when calling the method InitializeClientContextFromName. In a simulation, when we call this method 1000 times, the LSASS process consumes ...
|
| WindowsIdentity.Impersonate() fails | 20 Dec 2004 11:07 GMT | 2 |
Does the account that tries to impersonate hold the "Impersonate after Authentication" privilege? --- Dominick Baier - DevelopMentor http://www.leastprivilege.com
|
| X509 digital certificates with DSA key | 20 Dec 2004 00:04 GMT | 2 |
1. Is there a way I can create X509 digital certificates with DSA key? 2. Is there a way to retrieve DSA Keys out of the X509 certificate using ..NET framework or WSE cryptography classes?
|
| http request from windows service | 16 Dec 2004 15:41 GMT | 6 |
What security issues shall I care about when sending http requests from a windows service? I have a console program that works fine if I start it from command line and doesn't seem to work when I start it from a windows service. I am using HttpWebRequest and HttpWebResponse classes ...
|
| Shared Drive and EXE | 16 Dec 2004 11:12 GMT | 2 |
I have an WinForms-Exe which will be started from a Shared Network-Drive. Without configuration I get a security exception (FileIO-Permission). Which is the best way to give this EXE or drive the same rights as an EXE in 'Local Computer' zone?
|