←Select platform

FIPSCompatibleMode Property

Summary
Enables or disables Compatible with FIPS(Federal Information Processing Standards).

Syntax
C#
C++/CLI
Java
Python
public bool FIPSCompatibleMode { get; set; } 
getFIPSCompatibleMode(); 
public void setFIPSCompatibleMode( 
   boolean 
); 
public: 
property bool FIPSCompatibleMode { 
   bool get(); 
   void set (    bool ); 
} 
FIPSCompatibleMode # get and set (AutoFormsEngine) 

Property Value

true to enable FIPS Compatibility mode, false, to disable Compatibility.

Remarks

This option enables the engine to work while the FIPS mode is enabled in the OS. Note: This option is enabled by default for V19 and later.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.