WCF
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponse ValidateU2FUser(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string authServerPartnerUserLoginName, string authServerPartnerUserPassword); |
WCF parameter | data type | description |
---|---|---|
AuthServerPartnerLoginNameauthServerPartnerLoginName | string | SurePassId account login name |
AuthServerPartnerLoginPasswordauthServerPartnerLoginPassword | string | SurePassId account login key |
AuthServerPartnerUserLoginNameauthServerPartnerUserLoginName | string | User account login name |
authServerPartnerUserPassword | string | User account login password. If the server is setup to use Active Directory the user will be authenticated using AD. |
...