试题详情
单项选择题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
  • 关注下方微信公众号,在线模考后查看

热门试题