open ended questions
1- You added a field to store the user’s SSN, and you want to make sure that the user’s input is in the right format. What control would you use and how would you set up its properties?
2- You want to encrypt the contents of the textbox txtPassword. You run the following code:
Dim Md5 As New MD5CryptoServiceProvider()
Dim encryptedText As String = Md5.ComputeHash(txtPassword.text)
Return encryptedText
Will this code work? Why or why not?
3- What is the difference between authentication and authorization?
4- What type of a class is SHA256CryptoServiceProvider() or MD5CryptoServiceProvider() ?
5- What control will you use and how will you set it up if you want to make sure the user enters a value in the text box txtLastName?
For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). |
"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.
Discount Code: CIPD30
Click ORDER NOW..
