When using the CreateObjectByServer
function to connect a Windows client to a SAS server, specify the
following properties in your client code in the ServerDef object:
-
-
BridgeEncryptionAlgorithm
Here is an example:
obServerDef.BridgeEncryptionLevel=EncryptAll;
obServerDef.BridgeEncryptionAlgorithm="TripleDes";
causes all data, including
credentials (user IDs and passwords), to be encrypted in client/server
transfers.
is the specific encryption
algorithm to be applied to data transfers.
For a complete list of encryption values, see the
SAS Object Manager class reference (sasoman.chm).