QuickOPC User's Guide and Reference
MaximumRequestedKeyCount Property (_ManagedSecurityGroupParameters)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement.Configuration.ComTypes Namespace > _ManagedSecurityGroupParameters Interface : MaximumRequestedKeyCount Property
Maximum number of security keys requested from the security source.
Syntax
'Declaration
 
Property MaximumRequestedKeyCount As Long
'Usage
 
Dim instance As _ManagedSecurityGroupParameters
Dim value As Long
 
instance.MaximumRequestedKeyCount = value
 
value = instance.MaximumRequestedKeyCount
long MaximumRequestedKeyCount {get; set;}
property int64 MaximumRequestedKeyCount {
   int64 get();
   void set (    int64 value);
}
Remarks

In theory, we could request any number of keys in the valid range, even the highest value. Some security key sources, however, may not deal with it well, if they have not implemented the count limitation properly; issues like memory allocation failures can arise. This parameter allows to prevent such issues from the consuming side.

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