Page 1 of 1

ClientSecurityInfo parameter of UaDiscovery::getEndpoints()

Posted: 30 May 2023, 07:55
by enkubat
Hello,

I have a question: in the document https://documentation.unified-automation.com/uasdkcpp/1.7.9/html/L2UaDiscoveryConnect.html#SdkSpecificConfiguration in Endpoints section it is written that GetEndpoints service always works without security. The SDK offers 3 versions of UaDiscovery::getEndpoints(), two of them have reference to ClientSecurityInfo object as input parameter. What is the purpose of this parameter? The documentation and examples are very laconic about it.

Best regards,
Ela

Re: ClientSecurityInfo parameter of UaDiscovery::getEndpoints()

Posted: 26 Jul 2023, 16:26
by Support Team
Hello Ela,

you are correct. GetEndpoints is always without Security. However is interface is kept general to allow passing a client certificate for uncommon use cases.