Enables RSA encryption for SSL or TLS streams.
public ul_ret_void ULEnableRsaSyncEncryption(SQLCA * sqlca)
sqlca A pointer to the SQLCA.
This is required when setting a stream parameter to TLS or HTTPS. In this case, you must also set the synchronization parameter tls_type as RSA.
You can use this method in C++ API applications and embedded SQL applications. You must call this method before the Synchronize method. If you attempt to synchronize without a preceding call to enable the synchronization type, the SQLE_METHOD_CANNOT_BE_CALLED error occurs.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |