The maximum number of historical keys stored by the SKS, expressed in Double type..
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property MaximumPastKeyCountDouble As Double
             
        
            
            'Usage
 
Dim instance As _SecurityGroupElement
Dim value As Double
 
instance.MaximumPastKeyCountDouble = value
 
value = instance.MaximumPastKeyCountDouble
             
        
            
            double MaximumPastKeyCountDouble {get; set;}
             
        
            
            property double MaximumPastKeyCountDouble {
   double get();
   void set (    double value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            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