←Select platform

FIPSCompatibleMode Property

Summary

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

Syntax

C#
VB
C++
Java
public bool FIPSCompatibleMode { get; set; } 
  
Public Property FIPSCompatibleMode As Boolean 
getFIPSCompatibleMode(); 
public void setFIPSCompatibleMode( 
   boolean 
); 
public: 
property bool FIPSCompatibleMode { 
   bool get(); 
   void set (    bool ); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly