A.A
B.B
C.C
D.D
第1题:
您正在编写代码的用户身份验证和授权。在您的应用程序数据存储区中存储的用户名、 密码和角色。您需要建立用户的安全上下文将用于授权检查,如 IsInRole。您编写下面的代码段,授权用户。()if (!TestPassword(userName, password))throw new Exception("could not authenticate user");String[] userRolesArray = LookupUserRoles(userName);
A.
B.
C.
D.
第2题:
A.
B.
C.
D.
这个Assembly.LoadFrom()方法可以动态的调用一个重程序及加载而来的程序集中的方法
B、Load方法需要程序集的名称作为参数.
C、不可能使用AppDomain.Load去从文件中加载一个程序集.
D、AppDomain.GetData为特定的程序集得到存储在应用程序域中的信息。
第3题:
A.使用MyQueue对象Enqueue方法。
B.使用MyQueue对象的Clear方法。
C.使用MyQueue对象的Dequeue方法。
D.使用TrimToSize方法的MyQueue对象
第4题:
A.AppDomain.CurrentDomain.ShadowCopyFiles
B.AppDomain.CurrentDomain.CachePath
C.AppDomain.CurrentDomain.ConfigurationFile
D.AppDomain.CurrentDomain.Evidence
第5题:
A.
B.
C.
D.