多项选择题
你正在定义个一叫做Certkiller的类,这个类包含如下内容.
Certkiller类包含一个可以再对象上执行的叫做ProcessChildren的方法。
Cerkiller类的对象可以被序列化()
A.Apply the OnDeserializing attribute to the ProcessChildren method.
B.Specify that Certkiller Class implements the IDeserializationCallback interface.
C.Specify that Certkiller Class inherits from the ObjectManager class.
D.Apply the OnSerialized attribute to the ProcessChildren method.
E.Create a GetObjectData method that calls ProcessChildren.
F.Create an OnDeserialization method that calls ProcessChildren.
单项选择题 You are writing an application that uses isolated storage to store user preferences. The application uses multiple assemblies. Multiple users will use this application on the same computer.You need to create a directory named Preferences in the isolated storage area that is scoped to the current Microsoft Windows identity and assembly. Which code segment should you use?()
单项选择题 你是Certkiller.com网站的一名程序开发人员,你正在开发一个能够访问系统环境变量的类库。你必须某一个方法,方法的功能是如果排在调用堆栈前列的调用者在没有权限的情况下调用这个方法能够引发一个运行时安全异常。 请选择哪个方法能实现这个效果?()
单项选择题 你为Certkiller.com网站工作,你想要按照如下的要求改变当前的一个叫做CertkillerData.xml文件的安全设定:(1)您必须保留所有现有的继承的访问规则。(2)你必须阻止继承下来的日后能够修改的的访问规则。请选择能够实现的代码段:()