我需要在不使用安全令牌(soap api)的情况下在 dotnet 中登录 Salesforce 。
目前我们正在使用登录代码(soap api):
SforceService mySalesForceSerice= new SforceService();
LoginResult myLoginResult=mySalesForceSerice.login(username,String.Concat(password,***securityToken***));
this.SessionID = myLoginResult.sessionId;
this.ServerUrl = myLoginResult.serverUrl;
但我没有使用安全令牌例外