'Declaration
Public Function AccessSecurityKeyService( _ ByVal endpointDescriptor As UAEndpointDescriptor _ ) As IUAPubSubSecurityKeyService
'Usage
Dim instance As EasyUAPublishSubscribeClient Dim endpointDescriptor As UAEndpointDescriptor Dim value As IUAPubSubSecurityKeyService value = instance.AccessSecurityKeyService(endpointDescriptor)
public IUAPubSubSecurityKeyService AccessSecurityKeyService( UAEndpointDescriptor endpointDescriptor )
public: IUAPubSubSecurityKeyService^ AccessSecurityKeyService( UAEndpointDescriptor^ endpointDescriptor )
Parameters
- endpointDescriptor
- The endpoint descriptor of the OPC UA server containing the PubSub Security Key Service (SKS) model.
Return Value
Returns an interface that provides read-only access to PubSub security key service (SKS) .