Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C/C++ common API reference

 

ULEnableEccSyncEncryption function

Enables ECC encryption for SSL or TLS streams. This is required when set a stream parameter to TLS or HTTPS. In this case, you must also set the synchronization parameter tls_type as ECC.

Syntax
void ULEnableEccSyncEncryption( SQLCA * sqlca );
Parameters

sqlca   A pointer to the initialized SQLCA.

In the C++ API use the Sqlca.GetCA method.

Remarks

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.

Composants nécessaires sous licence distincte

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.

See also