Câu 54: 70-486: MCSD Developing ASP.NET MVC 4 Web Applications
You are developing an ASP. NET MVC application that will run in a shared environment. The application requests the user's password, and then uses the password to sign data. You need to minimize the potential for the password to be discovered by other processes that run in the shared environment. What should you do?
Nội dung câu hỏi
You are developing an ASP. NET MVC application that will run in a shared environment. The application requests the user's password, and then uses the password to sign data. You need to minimize the potential for the password to be discovered by other processes that run in the shared environment. What should you do?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Add the SecuritySafeCriticalAttribute attribute to the methods which process the password.
- B. Store the password in a SecureString instance.
- C. Encrypt the password on the web page, and decrypt the password in the MVC application.
- D. Run the code that processes the password in its own AppDomain. — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.