Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WCF

 

Code Block
languagec#
titleValidateU2FUser Method
AuthServerU2FResponse ValidateU2FUser(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string authServerPartnerUserLoginName, string authServerPartnerUserPassword);
WCF parameterdata typedescription
AuthServerPartnerLoginNameauthServerPartnerLoginNamestringSurePassId account login name
AuthServerPartnerLoginPasswordauthServerPartnerLoginPasswordstringSurePassId account login key
AuthServerPartnerUserLoginNameauthServerPartnerUserLoginNamestringUser account login name
authServerPartnerUserPasswordstringUser account login password. If the server is setup to use Active Directory the user will be authenticated using AD.

...