Guest User

Untitled

a guest
Jan 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. service1 oc = new service1();
  2. oc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
  3. oc.ClientCredentials.UserName.UserName = UserName;
  4. oc.ClientCredentials.UserName.Password = Password;
  5. RM[] ass = oc.GetReasonMasterlist();
Add Comment
Please, Sign In to add comment