←Select platform

FIPSCompatibleMode Property

Summary

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

Syntax

C#
VB
C++
public bool FIPSCompatibleMode { get; set; } 
  
Public Property FIPSCompatibleMode As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly