473,569 Members | 2,813 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PrincipalPermis sion.Demand() always fail even user is authenticated?? ?

Hi,

I have problem with below code:

WindowsPrincipa l principal ;

principal = new WindowsPrincipa l(WindowsIdenti ty.GetCurrent() );

WindowsIdentity identity = (WindowsIdentit y) principal.Ident ity;
PrincipalPermis sion permission = new PrincipalPermis sion(identity.N ame,
null, identity.IsAuth enticated );

try
{

permission.Dema nd();

}
catch(System.Se curity.Security Exception ex)
{
System.Windows. Forms.MessageBo x.Show(ex.Messa ge);
return;
}

permission.Dema nd() always throws exception since
identity.isAuth enticated returns true, however, if using the below
code,

PrincipalPermis sion permission = new PrincipalPermis sion(identity.N ame,
null, false );

then it passes the validation, I am really confused,
any one could help please???

I thought the last parameter is just extra check whether current user
is authenticated or not, if we set it to false, then it ignores it.
Maybe I misunderstand it.

Thanks in advance

zhuang

Dec 21 '05 #1
0 1970

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1227
by: bunnytail | last post by:
hi all, I wonder if its possible in Apache authentication scheme, to have a special user that will be authenticated without password in interanl network, while other users still have to follow the regular policy. I've tried to use "satisfy any/all" in .htaccess file. AuthName "Me Only" AuthType Basic
4
2568
by: Ollie | last post by:
I am looking to implement impersonation in an ASP application I am writing and am using the MS article Q306158 as a reference. This article refers to "the IIS Authenticated Account or User". Can anyone tell me where I can find out more about this account? - the permissions it has - what group if any it belongs to - the user name of the...
2
2084
by: David Krussow | last post by:
The 2nd parameter of the method controls whether a persistent cookie is created - so that ASP.NET can "know" if the current user has been previously authenticated (during previous browser sessions). My question: How can code I write elsewhere in the application retrieve that cookie - or otherwise "know" if the current user has been...
4
14544
by: Matthew Roche | last post by:
Greetings: I am developing an application that uses an ASP.NET Web Forms application for its UI and ASP.NET web services for its business tier, and I am looking for assistance in improving my application security. I want to use declarative security on my web methods so I can secure them more easily. In short, I want to secure the web...
5
1208
by: Ant | last post by:
Hi, I've come from Forms to web pages. (OH DEAR you say) I'm using VS2003. When I drag a table from Server explorer onto the web form to create a DataAdapter & Connection, all ok, but when I try to access that data programmatically, I get: System.Data.SqlClient.SqlException: Login failed for user 'mycomputer\ASPNET'.
0
925
by: Nick | last post by:
I am writing a new application which uses Forms Authentication, and has been seperated into layers (UI, Logic, Data Access). Right now all the layers are self contained in my application...which may be broken out at a later date. Also these layers have a seperate namespace as well such as BusinessLogicLayer, DataAccessLayer, etc... On my...
6
2324
by: vunet.us | last post by:
I have an HTML page with included JS file like: <script language="javascript" type="text/javascript" src="file.js"></ script> The file.js has a set of functions and global initializer for some html object. Hoever, I want to hide my html object with display:block CSS property. As a result, object in JS file fails to be initialized for a...
3
3253
by: Jeroen | last post by:
Hi, Normally my programming style is as follows: /****************/ if ( SomeObject.CanYouDoThis() == true) SomeObject.DoStuff(); else MessageBox.Show("Nope, sowwy..."); /****************/
0
898
by: codefragment | last post by:
Hi On a machine called 'machineName', a user called userName is a member of the ora_dba group. I can see this in computer management. Why then does the below throw an exception? AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal); PrincipalPermission p = new PrincipalPermission("\\machineName \userName",...
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7679
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.