A. It proxies the authentication information between the supplicant and the authentication server.
B. It controls physical access to the network.
C. It communicates with the authentication server only.
D. It is responsible for verifying the identity of the supplicant through the use of an internal database.
第1题:
A.Roles.GetAllRoles
B.Membership.GetAllUsers
C.Membership.FindUsersByName
D.Roles.IsUserInRole
E.Roles.GetRolesForUser
第2题:
A.OnthedesiredWPAR:mkroleauthorizations=aix.wpar.systemnewRolesetkst-trolechuser roles=newRoledefault_roles=newRoleuser1
B.Ontheglobalenvironment:mkroleauthorizations=aix.wpar.systemnewRolesetkst-trole chuserroles=newRoledefault_roles=newRoleuser1
C.OnthedesiredWPAR:Editthe/etc/security/authorizationsfileadding:‘newRoleauthorizations=aix.wpar.system’setkst-trolechuserroles=newRoledefault_roles=newRoleuser1
D.Ontheglobalenvironment:Editthe/etc/security/authorizationsfileadding:‘newRoleauthorizations=aix.wpar.system’setkst-trolechuserroles=newRoledefault_roles=newRoleuser1
第3题:
第4题:
YouareimplementinganASP.NETMVC2Webapplicationthatallowsuserstoviewandeditdata.Youneedtoensurethatonlylogged-inuserscanaccesstheEditactionofthecontroller.WhataretwopossibleattributesthatyoucanaddtotheEditactiontoachievethisgoal?()
A.[Authorize(Users="")]
B.[Authorize(Roles="")]
C.[Authorize(Users="*")]
D.[Authorize(Roles="*")]
第5题:
注册一个自定义组件语句的用法是:( )
A.RegisterComponents(TMyComponent,[‘Standard’])
B.Register(TMyComponent,[‘Standard’])
C.RegisterComponents(‘Standard’,[TMyComponent])
D.Register(‘Standard’,TMyComponent)
第6题: