Which code segment should you use?

Your Microsoft MapPoint Web Service (MWS) User Id is 124566, and your MWS password is P@ssw0rd. You need to use MWS to create an application. Which code segment should you use?

Your Microsoft MapPoint Web Service (MWS) User Id is 124566, and your MWS password is P@ssw0rd. You need to use MWS to create an application. Which code segment should you use?

A.
System.Net.NetworkCredential appCredential = new System.Net.NetworkCredential(“124566”, “P@ssw0rd”);

B.
System.Security.Principal.NTAccount appCredential = new
System.Security.Principal.NTAccount(“124566”, “P@ssw0rd”);

C.
System.Security.Principal.GenericIdentity appCredential = new System.Security.Principal.GenericIdentity (“124566”, “P@ssw0rd”);

D.
System.EnterpriseServices.SecurityIdentity appCredential = new System.EnterpriseServices.SecurityIdentity (“124566”, “P@ssw0rd”);



Leave a Reply 0

Your email address will not be published. Required fields are marked *