QuickOPC User's Guide and Reference
UAGetSecurityKeysArguments Constructor(String,Int64,Int64)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService Namespace > UAGetSecurityKeysArguments Class > UAGetSecurityKeysArguments Constructor : UAGetSecurityKeysArguments Constructor(String,Int64,Int64)
The identifier for the security group. It shall be unique within the Security Key Service.
The starting token Id that should be returned.
The number of requested keys which should be returned (0 for no future keys).
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal securityGroupId As String, _
   ByVal startingTokenId As Long, _
   ByVal requestedKeyCount As Long _
)
'Usage
 
Dim securityGroupId As String
Dim startingTokenId As Long
Dim requestedKeyCount As Long
 
Dim instance As New UAGetSecurityKeysArguments(securityGroupId, startingTokenId, requestedKeyCount)
public UAGetSecurityKeysArguments( 
   string securityGroupId,
   long startingTokenId,
   long requestedKeyCount
)
public:
UAGetSecurityKeysArguments( 
   String^ securityGroupId,
   int64 startingTokenId,
   int64 requestedKeyCount
)

Parameters

securityGroupId
The identifier for the security group. It shall be unique within the Security Key Service.
startingTokenId
The starting token Id that should be returned.
requestedKeyCount
The number of requested keys which should be returned (0 for no future keys).
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also