Hi,
I'm using your SDK (QuickOPC 2018.1, in particular OPC-UA under COM with C++) since last year.
Now I'm testing the new version QuickOPC 2018.3 and I noticed you changed the name of a property (from "Password" to "password").
In particular,
With QuickOPC 2018.1:
_UASmartSessionParametersPtr SessionParms = IsolatedParameters->GetSessionParameters();
SessionParms->UserIdentity->UserNameTokenInfo->Password = pwdParam;
With QuickOPC 2018.3:
_UASmartSessionParametersPtr SessionParms = IsolatedParameters->GetSessionParameters();
SessionParms->UserIdentity->UserNameTokenInfo->password = pwdParam;
Why did you do that?![:dry: :dry:]()
Is it a mistake?
Will you restore the old property name with the new release?
It gives me some concern with the distribution of my applications....
Thank you!
I'm using your SDK (QuickOPC 2018.1, in particular OPC-UA under COM with C++) since last year.
Now I'm testing the new version QuickOPC 2018.3 and I noticed you changed the name of a property (from "Password" to "password").
In particular,
With QuickOPC 2018.1:
_UASmartSessionParametersPtr SessionParms = IsolatedParameters->GetSessionParameters();
SessionParms->UserIdentity->UserNameTokenInfo->Password = pwdParam;
With QuickOPC 2018.3:
_UASmartSessionParametersPtr SessionParms = IsolatedParameters->GetSessionParameters();
SessionParms->UserIdentity->UserNameTokenInfo->password = pwdParam;
Why did you do that?
Is it a mistake?
Will you restore the old property name with the new release?
It gives me some concern with the distribution of my applications....
Thank you!