'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Overloads Shared Function SearchSecurityGroup( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal securityGroupId As String _ ) As String()
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim securityGroupId As String Dim value() As String value = IUAReadOnlyPubSubSecurityKeyServiceExtension.SearchSecurityGroup(readOnlyPubSubSecurityKeyService, securityGroupId)
[Extension()] [CanBeNull()] public static string[] SearchSecurityGroup( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, string securityGroupId )
[Extension()] [CanBeNull()] public: static array<String^>^ SearchSecurityGroup( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, String^ securityGroupId )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityGroupId
- The Id of the security group.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
null
if the specified security group Id does not exist in the PubSub security key service.
This method can return null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).