|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
David Zhu -
29 Jul 2005 5:09 AM - 6 messages
Hi, When I trying to pass System.Net.CredentialCache.DefaultCredentials to a web service object, such as: ReportingService rs = new ReportingService(); rs.Credentials = System.Net.CredentialCache.DefaultCredentials; rs.Url = sWebServiceURL; It would always uses the anonymous user from IIS, although I specified the ...
RonF -
29 Jul 2005 2:55 AM - 5 messages
I have a web app that currently gets the userID from a 509 client cert. Works great. A new client wants to interface our web app in a WebSphere Portal with a single signon for their clients so they want to call our default page via a ...
Bo George -
28 Jul 2005 6:18 PM - 4 messages
I am referencing the NUnit libraries in an assembly that is hosted by a COM+ application. Within NUnit it creates a "runner" app domain and then calls CreateInstanceAndUnwrap to create an instance of a class within a unit test ...
Daniel -
28 Jul 2005 5:29 PM - 2 messages
in C# how do i get to total number of kilobytes of memroy total and available for the current machine? ...
ralf -
28 Jul 2005 4:17 PM - 5 messages
Hi, When running caspol with the following options: caspol -addgroup All_Code -pub -hex <MY_CERT_IN_HEX> FullTrust -name MyCodeGroup the following error shows up: ERROR: Runtime error: Input data cannot be coded as a valid certificate. The certificate is valid - it works when adding it via the Config Wizard. ...
Markus -
28 Jul 2005 1:41 PM - 4 messages
Hi, I have a fully trusted .Net Control hosted by the Internet Explorer. The actual user is authenticated against domain x and the control comes from a website within domain y. Assume that the user authenticated itself by using any type of authentication, except Windows (NTLM) using credentials from ...
FloridaCoder -
27 Jul 2005 8:38 PM - 5 messages
The code with this call works fine when hosted in a Console application, but throws error Trust Failure - The underlying connection was closed: could not establish trust relationship with remote server when run in a windows service. I have spent almost the whole day reading about security, attributes, etc. ...
roni -
27 Jul 2005 7:15 PM - 2 messages
i created WINDOW user control (not web user control), that connect via socket to server. this WINDOW user control will be host in the IE . when the page is run, the WINDOW user control is load, and show itself , but when i click on the button in it and attempt to connect via a socket, ...
Ken Varn -
26 Jul 2005 5:20 PM - 2 messages
Is there a .NET equivalent to the win32 call AdjustTokenPriveleges()? I need to enable SE_SHUTDOWN_NAME so that I can call ExitWindowsEx() Win32 function through a .NET wrapper class. ...
|
|||||||||||||||||||||||