I have a legacy application connected to cloud d365 that uses:
XrmServiceContext : Microsoft.Xrm.Client.CrmOrganizationServiceContext
from Microsoft.Xrm.Client namespace. It was downloaded from there back then. The connetion string looks like this:
"Url=">org.api.crm4.dynamics.com/.../Organization.svc;Username=unm;Password=pwd"
is the code affected by WS-Trust deprecation announced by MSFT?