Versions Compared

Key

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

...

Code Block
languagec#
titleSample WCF C# Method
 AuthServerU2FResponseSignAppU2FInit resp = SignAppU2FInit(string authServerPartnerLoginName"accountLogin",
                                                                      string authServerPartnerLoginPassword"accountKey",
                                                                      "https://mysite.relayingparty.com",
                                                                      "Mandy",
                                                                      string.Empty);

...