| Thread | Last Post | Replies |
|
| WindowsIdentity vs User.Identity ?? | 29 Apr 2005 19:21 GMT | 8 |
Hello, I have a web application for our intranet. Built in ASP.Net using C# running on WinXp and IIS. I wanted the application to impersonate the current user that logged onto
|
| CAS and performance | 29 Apr 2005 13:16 GMT | 1 |
I would like to clear some basic understanding of how CAS works. This is my understanding: 1. Client application will run with the default security policy. 2. CAS not done for all functions.
|
| declarative security and impersonation | 28 Apr 2005 20:07 GMT | 4 |
I'm trying to use declarative security on an impersonated thread but i'm getting "System.Security.SecurityException: Request for principal permission failed". Here is the code, havent had any luck finding anything on google so far.
|
| Authenticate domain and local users | 28 Apr 2005 17:48 GMT | 5 |
I have the following problem: I'd like to check whether entered user, domain, password are correct for domain user. Second need is to check local user credentials. What .NET functions should I use?
|
| Strong-Name Assembly calling WebService | 28 Apr 2005 13:20 GMT | 3 |
I have the following scenario: 1. ASP application within the WEB share D:\WEBS\ASP calls Server.CreateObject("A.A") the server object A.A is .NET CCW with strong name assembly
|
| RSA to PKCS#8 | 27 Apr 2005 23:14 GMT | 1 |
Hi, I need some help, I have a public key and a private key in PKCS#8 file created with OpenSSL, my task is to extract the private and the public key from this file to create a RSA instance and also to be able to export this
|
| Code Source Security | 27 Apr 2005 18:26 GMT | 7 |
How do I tell VB 2005 that an entire folder tree is considered safe to load and execute code from? Thanks, Mike Ober.
|
| CredUIConfirmCredentials behaves unexpectedly | 27 Apr 2005 18:13 GMT | 2 |
I'm using CredUIConfirmCredentials in combination with CredUIPromptForCredentials. I set the EXPECT_CONFIRMATION and when the credentials are first provided by the user, the call to CredUIConfirmCredentials returns NO_ERROR as expected.
|
| Can't programatically create a Domain group | 27 Apr 2005 18:07 GMT | 1 |
Folks, I have a windows 2k3 server (Euclid) that belongs to a w2k active directory (BudTest is the server, budtest.com is the domain). The service I wrote in VB.Net to run on Euclid has to create new groups on
|
| Walking Active Directory | 27 Apr 2005 18:06 GMT | 1 |
I am new to the objects that expose ActiveDirectory so hence the very basic question. There seems to be many methods to interorgrate Active Directory I would like to know what is the best one! All we need to due is based on the current user accessing the site via integrated ...
|
| How to share a Principal within a ThreadPool ? | 27 Apr 2005 13:46 GMT | 6 |
when I set a Principal in the current thread, using : Thread.CurentPrincipal = the Principal object is not set in the other threads of the application threadpool.
|
| .Net RSAParameters from PFX | 27 Apr 2005 02:53 GMT | 1 |
I'm trying to get an RSAParamerters object from a PFX file. Please HELP! I'm totally stuck for answers! Cheers. Sushant
|
| Very slow Principal.IsInRole call... | 26 Apr 2005 20:57 GMT | 2 |
Hello group. I have run into a strange situation. Consider the following snippet: Thread.GetDomain().SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal); WindowsPrincipal wp = (WindowsPrincipal)Thread.CurrentPrincipal;
|
| Cannot open log for source {0}. You may not have write access. (Access right wanish after a while) | 26 Apr 2005 13:03 GMT | 27 |
I've tried to solve the problem for almost a week. Once when I reboot server or change SD settings in group policies or in registry it works few hours but next day the same error is back again (i've not yet get an idea how long this grant lasts).
|
| calling http from https,permission denied | 25 Apr 2005 19:41 GMT | 1 |
I have two forms,1 is http and another is https. Https is a pop up form and http is its opener. Now, I want to pass back some data from Https side to its opener page but it prompts message" permission denied."
|