'Declaration<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetSecurityKeys( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal securityGroupId As String, _ ByVal startingTokenId As Long, _ ByVal requestedKeyCount As Long _ ) As SecurityKeysInfo
'UsageDim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim securityGroupId As String Dim startingTokenId As Long Dim requestedKeyCount As Long Dim value As SecurityKeysInfo value = IUAReadOnlyPubSubSecurityKeyServiceExtension.GetSecurityKeys(readOnlyPubSubSecurityKeyService, securityGroupId, startingTokenId, requestedKeyCount)
[Extension()] [NotNull()] public static SecurityKeysInfo GetSecurityKeys( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, string securityGroupId, long startingTokenId, long requestedKeyCount )
[Extension()] [NotNull()] public: static SecurityKeysInfo^ GetSecurityKeys( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, String^ securityGroupId, int64 startingTokenId, int64 requestedKeyCount )
Parameters
- readOnlyPubSubSecurityKeyService
 - OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null(Nothingin Visual Basic). - securityGroupId
 - The identifier for the security group.
The value of this parameter cannot be
null(Nothingin Visual Basic). - startingTokenId
 - Starting token Id. The current token is requested by passing 0.
Valid values of this parameter are in the range from
0to4294967295. - requestedKeyCount
 - The number of requested keys which should be returned in the response.
Valid values of this parameter are in the range from
0to4294967295. 
Return Value
This method never returns null (Nothing in Visual Basic).