Versions Compared

Key

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

...

Code Block
languagec#
titleValidateU2FUser Method
AuthServerU2FResponseAuthServerResponseValidateUser ValidateUser(string authServerPartnerLoginName, 
                      string authServerPartnerLoginPassword, 
                      string authServerPartnerUserLoginName, 
                      string authServerPartnerUserPassword,
                      bool noAuth);

...

Code Block
languagec#
titleSample WCF C# Method
  AuthServerU2FResponseAuthServerResponseValidateUser resp = ValidateUser("accountKey", 
           "accountLogin", 
           "Mandy", 
           "user password",
            true);

...