| Thread | Last Post | Replies |
|
| Questions and observations about CAS and the StrongNameIdentityPermssionAttribute. | 31 Aug 2005 19:49 GMT | 5 |
Hope someone out there can shed some light on this for me. I'm having trouble figuring out how to correctly use security attributes, in particular StrongNameIdentityPermssionAttribute. I apologize upfront for the long winded nature of this post but I am trying to be ...
|
| signcode vs signtool | 31 Aug 2005 14:16 GMT | 11 |
I have been using signcode as follows: signcode -spc myCert.cer -v MyKey.pvk file.cab Now I'm trying to move to using signtool rather than signcode. But signtool doesn't have a command line parameter to provide
|
| Providing persistent storage in a locked down environment | 31 Aug 2005 04:45 GMT | 1 |
In an environment where all users are just that - not power users nor as limited as guests - how can you provide an play pen where users of the same PC can share information using the resources of just that PC? The issue is that user A can read files created by user B but cannot ...
|
| C#.NET app to run on Win 2003 from another Win2003 on the local net? | 30 Aug 2005 19:14 GMT | 3 |
Ok! I have a .NET (C#) app that I'm having a problem running on a Win 2003 box from a different Win 2003 box. I mean files physically are installed on that second win 2003 server, and I'm trying to start it on this first one. I get security error. I know about that .NET framework ...
|
| Change ASP .NET Session Id | 30 Aug 2005 15:32 GMT | 1 |
In order to prevent Session Fixation attacks I would like to know how it is programatically possible to change the session id? The idea is that after a successful authentication during login a new session id is generated and the previous one is invalidated.
|
| Security for a pluggable application | 30 Aug 2005 14:32 GMT | 6 |
I am in need of some guidance on an application I'm creating. We have a series of nightly jobs that are run by a dedicated machine using the Windows Task Scheduler. These jobs span several projects, and perform a number of different tasks. I've been working on an application ...
|
| Sign with Smartcard | 29 Aug 2005 14:43 GMT | 1 |
I always read example code to sign data with a private key inside a pfx file but how I can set csp to get a user's private key directly from his smartcard? thanks advanced
|
| Limiting exe permissions | 27 Aug 2005 03:09 GMT | 16 |
I recently finished a C# program that is based on the .Net 1.1 framework and I am planning to make this program available as a download from the Internet. Since the program is something you can download from the Internet and since
|
| Get the user email | 26 Aug 2005 18:19 GMT | 3 |
I'm building a windows application in csharp and I'd like to know if there is a way to filter the search by the user email address in AD? Thanks!
|
| Implementing Kerberos Authentication | 26 Aug 2005 18:15 GMT | 7 |
I am developing ASP.Net(Internet) application. I am using Active directory for storing and authenticating users. I want to use Forms Authentication Can I implement Kerberos authentication ?
|
| accessing Active Directory | 26 Aug 2005 02:08 GMT | 3 |
I am developing asp.net application using windows authentication from active directory on a local area network. the domain controller is not on the same machine of the IIS. when trying to get the display name of the logged in user I am getting an error if I try remotly even if ...
|
| Securing .NET Assemblies | 25 Aug 2005 22:50 GMT | 1 |
I have a .NET assembly (a dll which has a strong name). It has two classes. This dll is used in more than one application. When the applications are distributed, the dll is also available for anybody. I want to secure the assembly(dll), so that the class in the
|
| Sandboxing AppDomain | 25 Aug 2005 12:41 GMT | 13 |
I am trying to load an untrusted assembly within a separate AppDomain so that I can restrict it's permissions. I based my AppDomain setup off some blog entries here: http://blogs.msdn.com/shawnfa/archive/2004/11/02/251239.aspx
|
| VS2005 - X509 key not loaded correctly for FTPS server authentication ? | 23 Aug 2005 17:37 GMT | 2 |
I have written an FTP service in VB.NET. Am attempting to add SSL authentication. I believe it is either not doing the handshake correctly, or else it does not like the way I loaded the server certificate. Let me paraphrase the salient portions of code to show what I am doing, and ...
|
| .NET 2003 DLL - how secure? | 23 Aug 2005 16:03 GMT | 2 |
If I distribute my class libraries along with my ASP.NET code -- how secure are my DLLs? Can anyone gain access to them other than the ASP.NET application(s) using them? I was reading the Microsofts .NET security book and they suggest that .NET DLL can easily be decompiled -- ...
|