'Declaration
<JetBrains.Annotations.NotNullAttribute()> Function GetSecurityKeys( _ ByVal securityKeysArguments As UAGetSecurityKeysArguments _ ) As SecurityKeysInfo
'Usage
Dim instance As IUAReadOnlyPubSubSecurityKeyService Dim securityKeysArguments As UAGetSecurityKeysArguments Dim value As SecurityKeysInfo value = instance.GetSecurityKeys(securityKeysArguments)
[JetBrains.Annotations.NotNull()] SecurityKeysInfo GetSecurityKeys( UAGetSecurityKeysArguments securityKeysArguments )
[JetBrains.Annotations.NotNull()] SecurityKeysInfo^ GetSecurityKeys( UAGetSecurityKeysArguments^ securityKeysArguments )
Parameters
- securityKeysArguments
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).