'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function BrowseSecurityGroups( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal securityGroupFolderPath As IReadOnlyList(Of String), _ ByVal recursive As Boolean _ ) As KeyedCollection(Of String,SecurityGroupElement)
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim securityGroupFolderPath As IReadOnlyList(Of String) Dim recursive As Boolean Dim value As KeyedCollection(Of String,SecurityGroupElement) value = IUAReadOnlyPubSubSecurityKeyServiceExtension.BrowseSecurityGroups(readOnlyPubSubSecurityKeyService, securityGroupFolderPath, recursive)
[Extension()] [NotNull()] public static KeyedCollection<string,SecurityGroupElement> BrowseSecurityGroups( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, IReadOnlyList<string> securityGroupFolderPath, bool recursive )
[Extension()] [NotNull()] public: static KeyedCollection<String^,SecurityGroupElement^>^ BrowseSecurityGroups( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, IReadOnlyList<String^>^ securityGroupFolderPath, bool recursive )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityGroupFolderPath
- A path to the folder that contains the security group.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic). - recursive
- Determines whether the security groups will be taken from the subfolders as well, recursively.
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).