|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
flazh2000 -
15 Dec 2006 7:13 PM - 2 messages
I'm working on the single sign on project. Does anybody know how to validate a signed XML against X.509 certificate (public key certificate is provided) in .NET? I already tried using the SignXML.CheckSignature() object, but I kept ...
flazh2000 -
15 Dec 2006 6:44 PM - 2 messages
I'm working on the single sign on project. Does anybody know how to validate a signed XML against X.509 certificate (public key certificate is provided) in .NET? I already tried using the SignXML.CheckSignature() object, but I kept ...
Scewbedew -
15 Dec 2006 10:24 AM - 4 messages
Can I elevate the rights of a delegated user token? I have a .net service running in LocalSystem context, that is called from a user context program via IPC. The service has a copy of the user token and can impersonate the user when required. ...
Ant -
15 Dec 2006 10:04 AM - 4 messages
Hi, I am looking at developing web form application that is accessed through a windows Network (win2k3 server). I want the application to a) be able to login from the application or b) be recognised as their login if they got to the web form by a link on the ...
Coy -
14 Dec 2006 10:41 PM - 6 messages
Hi, 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. ...
Keith -
14 Dec 2006 7:58 PM - 9 messages
Hello, This is my situation: I'm trying to impersonate a different user when creating a process from inside a .NET assembly on SQL Server. Basically the flow looks like this: stored procedure->static C# function in Assembly->Process created in ...
Jakob Christensen -
14 Dec 2006 4:27 PM - 11 messages
Hi all, I am trying to use the following lines of code to get the owner of a directory: FileSystemSecurity security = new DirectorySecurity(folder, AccessControlSections.Owner); NTAccount acc = (NTAccount) security.GetOwner(typeof(NTAccount)); Some of the directories in question are owned by users belonging to a ...
Achim Domma -
14 Dec 2006 10:52 AM - 5 messages
Hi, I have a web part which dynamicaly loads an ascx control. If I configure my sharepoint for full trust, everything works fine. Using other security settings, I get the following exception: [SecurityException: Request failed.] System.Reflection.MethodBase.PerformSecurityCheck(Object obj, ...
Nicol -
13 Dec 2006 6:50 AM - 3 messages
Hi, I have created one .net web application which will have all the DB connection info in the config file. The system which has this application is in DMZ. I don't want to place my DB connection info in the DMZ system. what ...
|
|||||||||||||||||||||||