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.
void ULEnableEccSyncEncryption( 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.
ECC encryption and FIPS-certified encryption require a separate license. All strong encryption technologies are subject to export regulations.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |