Enables FIPS-based strong encryption for the database. Calling this function causes the appropriate encryption routines to be included in the application and increases the size of the application code.
void ULEnableFIPSStrongEncryption( SQLCA * sqlca );
sqlca A pointer to the initialized SQLCA.
In the C++ API use the Sqlca.GetCA method.
You can use this function in C++ API applications and embedded SQL applications. You must call this function before the Synchronize function. If you attempt to synchronize without a preceding call to enable the synchronization type, the error SQLE_METHOD_CANNOT_BE_CALLED occurs.
Les cryptages ECC et certifié FIPS exigent une licence distincte. Toutes les technologies de cryptage fort sont soumises à la réglementation en matière d'exportation.
Pour plus d'informations, reportez-vous à la section Separately licensed components.
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |