'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function ListAllSecurityGroupIds( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService _ ) As StringCollection
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim value As StringCollection value = IUAReadOnlyPubSubSecurityKeyServiceExtension.ListAllSecurityGroupIds(readOnlyPubSubSecurityKeyService)
[Extension()] [NotNull()] public static StringCollection ListAllSecurityGroupIds( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService )
[Extension()] [NotNull()] public: static StringCollection^ ListAllSecurityGroupIds( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).