Specifies whether a user interaction will be allowed to influence the certificate security behavior.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property AllowInteraction As Boolean
             
        
            
            'Usage
 
Dim instance As CertificateSecurityParameters
Dim value As Boolean
 
instance.AllowInteraction = value
 
value = instance.AllowInteraction
             
        
            
            public bool AllowInteraction {get; set;}
             
        
            
            public:
property bool AllowInteraction {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
The default value of this property is True.
 
            
            
            
            
            
            
            
            
            
            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