'Declaration
Public Function AccessReadOnlySecurityKeyService( _ ByVal endpointDescriptor As UAEndpointDescriptor _ ) As IUAReadOnlyPubSubSecurityKeyService
'Usage
Dim instance As EasyUAPublishSubscribeClient Dim endpointDescriptor As UAEndpointDescriptor Dim value As IUAReadOnlyPubSubSecurityKeyService value = instance.AccessReadOnlySecurityKeyService(endpointDescriptor)
public IUAReadOnlyPubSubSecurityKeyService AccessReadOnlySecurityKeyService( UAEndpointDescriptor endpointDescriptor )
public: IUAReadOnlyPubSubSecurityKeyService^ AccessReadOnlySecurityKeyService( 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) .