Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Events over remoting and security problem, related/not related, I don't know
ThunderMusic - 15 Sep 2006 7:39 PM - 3 messages
hi, I have 2 services running, one doing a job and the other monitoring the job is done and that the other service (the one doing the job) is still running. The thing is, the 1st service fire some events notifying other programs that ...
Score Why Do I get this "Object reference not set to an instance of an object"
sachdeva.rajesh - 15 Sep 2006 7:04 PM - 2 messages
public string CreateAuthenticationToken(string strEncryptedUserName, string strEncryptedPassword)     {         //Microsoft.Web.Services3.Security.Tokens.UsernameToken userToken = new Microsoft.Web.Services3.Security.Tokens.UsernameToken(strEncryptedUserName, strEncryptedPassword, PasswordOption.SendHashed);         UsernameToken objUserToken = new UsernameToken("admin", ...
Score Windows Service Created Sub-process?
maxixi - 15 Sep 2006 6:10 PM - 2 messages
Hi, I use windows service to manage sub-processes. Service function is to create and kill process with System account. But process created by windows service cannot execute RemotingConfiguration.RegisterWellKnownClientType, RemotingConfiguration.RegisterWellKnownServiceType function with security exception. When the process startup independently there is no exception means ...
Score GET the real content of a .p7m file with CAPICOM
rdaviddi - 15 Sep 2006 1:16 PM - 27 messages
Hi all, I receive a certified email with an attachment in .p7m extension. How can I retrieve the original content after verifying the sign with CAPICOM? The EnvelopedData failed when I try to Decrypt it. I am under .NET using C#, and I need to save the original content in a ...
Score PKI in .net Program
LauraColeman1 - 14 Sep 2006 9:19 PM - 4 messages
I'm trying to access a UDDI registry server programmatically using ..net.  The registry server is set to require client certificates.  If I access the registry through Internet Explorer, a window pops up asking me to select a PKI certificate.  However, if I try to access the ...
Score Active Directory User Creation Issues
timburda - 14 Sep 2006 4:33 PM - 4 messages
I know I'm just another in a long list of people who have active directory developers who have problems, but I'm going to post anyway: I add a user to the container: "CN=Users,DC=my,DC=domain,DC=com" ...
Score .net 2.0 Interprocess CAS / Data Security
John Comber - 14 Sep 2006 4:00 PM - 2 messages
Hi, I'm developing an app that will access secret info from a SQL Server db.  The server component that accesses the db will be hosted on the same machine as the db.  Client components will connect to the server component to ...
Score Remoting IPCChannel security with Service
Grant Schenck - 13 Sep 2006 4:30 PM - 4 messages
I have a simple remoting sample using IPCChannel.  If I run the server code as a console app my client can connect just fine.  However, if I the same server code runs in a service, the client gets a RemotingException of ...
Score IIS 6.0 Bug?
Morten Wennevik - 13 Sep 2006 10:33 AM - 6 messages
Hi, I apologize for the extensive cross-posting but I'm getting desparate. We have a web page calling one or another web service.  Both web service communicate with Sharepoint 2003, and both temporarily change impersonation using WindowsImpersonationContext class and then revert back with ...
Score Help-Please!!!
lauren - 12 Sep 2006 4:26 PM - 2 messages
I know I messed up, I am not skilled at all and would like to know if I can buy something to fix this?? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ...
Score Cross-platform encryption w/Rijandael Algorithm
ESmith - 12 Sep 2006 11:48 AM - 2 messages
Does someone have any insight into the assumptions made with the Rijandael algorithm - I'm trying to encrypt documents on a PC platform and decrypt them on a Mac OS (and vice-versa) without success.  How is the IV field ...
Score What LDAP Ports thru DMZ
Chris Davoli - 11 Sep 2006 8:00 PM - 2 messages
I am going to use LDAP to look up userids on an active directory server. The LDAP server is on the outside in the DMZ. The Active Directory server is on the inside, so holes need to be poked into the firewall. My question is, what ...
Score Data Acess aplication block __How to use it on server without Microsoft Visual Studio 2003
Mukesh - 11 Sep 2006 1:11 PM - 4 messages
Hi all As per my earlier conversation with Ciaran (thx for reply) I have installed the MS APplication block on the server , when i ran Build Enterprise Library file and Install Services from (batch files ) programme files menu it was asking for visual studio 2003 , I have only ...
Score Saving config file - System.UnauthorizedAccessException
David++ - 11 Sep 2006 1:04 PM - 4 messages
An new day, a new problem. This time I am attempting to save settings back to the application configuration file. The exe and config file reside on a network drive. I've configured the application to be trusted fully using the Microsoft ...
Score SecurityExcepion inside DLL linked in an HTML tag OBJECT
Lambuz - 11 Sep 2006 1:01 PM - 12 messages
Hi there, I've got this strange problem. I've created a library of some assemblies and one of these (webclient.dll) is linked inside an html tag object by using this sintax: <OBJECT id="myID" classid="http:WebClient.dll#namespace.WebClientClass" ...
Score System.UnauthorizedAccessException - Using win forms application opening file - Urgent
Matt Adamson - 11 Sep 2006 11:53 AM - 6 messages
I have some very simple code FileStream fileStream = new FileStream(@"K:\Development\Projects\POReport.asp", FileMode.Open); Which throws an exception Unhandled Exception: System.UnauthorizedAccessException: Access to the path "K:\Development\Projects\POReport.asp" is denied I could understand if this was an ASP.NET issue however as it's run using ...
Next » 2 3 4 5 6 7 8 9 10