多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

You are developing an application that uses role-based security. The prinicipal policy of the application domain is configured during startup with the following code:AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal);  You need to restrict access to one of the methods in your application so that only members of the local Administrators group can call the method. Which attribute should you place on the method?()

  • A、 [PrincipalPermission (SecurityAction.Demand, Name = @"BUILTIN/Administrators")]
  • B、 [PrincipalPermission (SecurityAction.Demand, Role = @"BUILTIN/Administrators")]
  • C、 [PrincipalPermission (SecurityAction.Assert, Name = @"BUILTIN/Administrators")]
  • D、 [PrincipalPermission (SecurityAction.Assert, Role = @"BUILTIN/Administrators")]
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题