相关考题

单项选择题 You are testing a component that serializes the Meeting class instances so that they can be saved to the file system. The Meeting class has the following definition: The component contains a procedure with the following code segment.  Meeting myMeeting = new Meeting("Goals");  myMeeting.roomNumber=1100;  string[] attendees = new string[2]{"John", "Mary"};  myMeeting.invitees = attendees;  XmlSerializer xs = new XmlSerializer(typeof(Meeting));  StreamWriter writer = new StreamWriter(@"C:\Meeting.xml");  xs.Serialize(writer, myMeeting);  writer.Close(); You need to identify the XML block that is written to the C:\Meeting.xml file as a result of running this procedure.Which XML block represents the content that will be written to the C:\Meeting.xml file?()

单项选择题 为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您使用名为 Certkiller 的 Windwos XP 专业版客户端计算机-WS554 为您的开发计算机。 您正在开发.NET Framework 2.0 应用程序上 Certkiller-WS536。应用程序将用于通过 internet 发送的数据。 您必须确保发送的数据不被修改,或篡改在传输过程中,数据传输的保密性不重要。 你最近决定通过使用一个密钥来实现数据的哈希值和传输数据的哈希值。 数据的接收方应该能够检测是否数据或哈希值已修改虽然接收器有权访问该密钥用于计算哈希值。 此外,您必须确保 160 位密钥序列应该是可以接受的。 你应该做什么?()

单项选择题 为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发。NET Framework 2.0 应用程序,用于通过互联网传输内容。 您需要加密传输文件之前的数据文件。加密是身份的需要以阻止任何欺骗的数据文件的发布者。 您决定使用发布服务器的专用密钥对数据进行签名。你与发布服务器上的公用密钥加密数据。 文件的接收方将使用私钥,只有他知道数据进行解密和接收器也对发布服务器上的公用密钥的访问。 文件的接收者应当能够解密的加密的文件,它通过互联网传输收到虽然接收器另外应能够检测出,如果数据文件的内容被篡改后。 你应该做什么?()