| Thread | Last Post | Replies |
|
| Enumerating certificates? | 31 Jan 2007 20:09 GMT | 1 |
Hi I’m trying to enumerate the certificates located in “Computer Account\Personal\Certificates” and “Computer Account\Trusted Root Certification Authorities\Certificates”. Anyone know how to do this? i'm trying using CertOpenSystemStore, but cant figure out how to open ...
|
| How to find out file owner? | 31 Jan 2007 14:58 GMT | 5 |
The following code doesn't work for mapped drives: using System; using System.Text; using System.Threading;
|
| Server side certificate checking - OnCertificateValidation handler | 30 Jan 2007 10:10 GMT | 2 |
My application performs several HTTPS requests (potentially concurrent) to different web sites In order to handle any error linked to certificate checking, Im setting up a callback function as follows :
|
| AzMan vs other approaches for .Net app security? | 30 Jan 2007 10:05 GMT | 1 |
I'm developing a new .Net 2.0 app for one of my corporate clients. What I've done for them in the past is provide role-based security in their VB6 apps. I'm considering having task-level security in the new apps, now that they are on Active Directory, and possibly using ...
|
| Dual Authentication: Windows & Username/Password | 30 Jan 2007 10:03 GMT | 1 |
I am writing a smart client application that will be used both within my company as well as outside of my company. For the users within my company I want to be able to authenticate users by using their Windows accounts, but for users outside my company I will have no option but ...
|
| SslStream behavior (slow handshake when used in windows services) | 29 Jan 2007 16:27 GMT | 10 |
I have written a small application (A) that connects to a web site through SSL, sends a request and receives a response. This application works fine. In particular, the SSL handshake takes less than 0.20 sec. If I use the exact same piece of code inside a very simple Windows
|
| AES with SslStream | 29 Jan 2007 05:53 GMT | 5 |
I'm trying to determine if all of the cipher suite CipherAlgorithmType types are available when using SslStream. By defaults only RC4 is showing up in my SslStream.CipherSuite property, but I need some of the AES cipher suites. As of a year ago, my understanding is that the AES ...
|
| AzMan connection problems | 26 Jan 2007 14:37 GMT | 7 |
I have an ASP .NET 2.0 app connecting to an ADAM AzMan Store on a DC. I tested this from my machine and it worked fine. When I moved the app to a server, I get an error when it tries to initialize the AzManStore: The system cannot open the device or file specified (Exception from
|
| Why a ClickOnce Trusted Application don't failed when I change my Code groups Security params ??? | 26 Jan 2007 06:22 GMT | 1 |
I develop an .NET C# 2.0 test application witch requires SecurityPermission for accept unmanaged calls.
>> If I Execute this application from c:\ ... Application work fines ! ok >> ... |
| How to create MachineKey | 24 Jan 2007 09:52 GMT | 2 |
Is there any tools within .NET Framework for generating MachineKey in ASP.NET (both 1.0 and 2.0)? If not, using third party site is the only way or what is the best method of generating the key.
|
| How to determine process security level? | 23 Jan 2007 13:53 GMT | 1 |
I want to enumerate through the running processes on the system and determine if the process is running with a higher security token then the current user, that is, which are the more privileged processes then the executing one - how can accomplish this?
|
| Who can see what I am doing on line | 21 Jan 2007 21:32 GMT | 1 |
I am logged on to a computer on a wireless network I am on my user ID Can anyone else on the network log on to my session?? As my children are now using thier computers I dont want to put blocks on certain sites but dont want them looking at what myself and wife my be
|
| Application Problem on Windows 2003 Server | 18 Jan 2007 11:09 GMT | 1 |
I have a problem on an application I am developing: This C# Windows Application calls a C# Web Service, which it uses the SourceSafeTypeLib DLL to interact with Visual Source Safe 6. The problem comes out when I call the VSS method "Get(ref string Local,
|
| COM dll thread security issue while accessing from ASP.NET | 18 Jan 2007 08:33 GMT | 2 |
I have developed a web application (ASP.NET 2.0 - C#) which uses a COM dll (Delphi 7) to carry out some server side operations. The COM dll internally creates some threads to connect to some asynchronous APIs which are proprietary APIs of our organization. The COM dll has ...
|
| Is my SID's octet string correct? I can't find AD object with it. | 18 Jan 2007 03:34 GMT | 1 |
Hi, I'm using vs2005, .net 2.0 on win2k server. Here I'm searching for a Computer object in AD using the sid that I translate to octet string format for use with DirectorySearcher but it's not finding it. But I see it using the ldp.exe. Is there someting wrong with my
|