←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 
public boolean getFIPSCompatibleMode(); 
public void setFIPSCompatibleMode( 
   boolean booleanValue 
); 
public: 
property bool FIPSCompatibleMode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Remarks

This options unable the engine to work while the FIPS mode is enabled in the OS. Note this options is enabled by default for V19 and later.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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