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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement.Configuration Namespace > ManagedSecurityGroupParameters Class : RefetchCurrentKeysFactorOfKeyLifetime Property
A factor relative to key lifetime, determining a delay before a secure sender requests new current keys.
Syntax
'Declaration
 
Public Property RefetchCurrentKeysFactorOfKeyLifetime As Single
'Usage
 
Dim instance As ManagedSecurityGroupParameters
Dim value As Single
 
instance.RefetchCurrentKeysFactorOfKeyLifetime = value
 
value = instance.RefetchCurrentKeysFactorOfKeyLifetime
public float RefetchCurrentKeysFactorOfKeyLifetime {get; set;}
public:
property float RefetchCurrentKeysFactorOfKeyLifetime {
   float get();
   void set (    float value);
}

Property Value

The default value of this property is 0.5.

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