OPC Studio User's Guide and Reference
RefetchCurrentKeysFactorOfKeyLifetime Property (_ManagedSecurityGroupParameters)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement.Configuration.ComTypes Namespace > _ManagedSecurityGroupParameters Interface : RefetchCurrentKeysFactorOfKeyLifetime Property
A factor relative to key lifetime, determining a delay before a secure sender requests new current keys.
Syntax
'Declaration
 
Property RefetchCurrentKeysFactorOfKeyLifetime As Single
 
'Usage
 
Dim instance As _ManagedSecurityGroupParameters
Dim value As Single
 
instance.RefetchCurrentKeysFactorOfKeyLifetime = value
 
value = instance.RefetchCurrentKeysFactorOfKeyLifetime
Remarks

This parameter is only used by secure senders (typically, publishers).

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