Client: | optional |
Server: | required |
Valid in: | Configuration file, OPTIONS statement, SAS System
Options window, SAS invocation, |
Category: | Communications: Networking and Encryption |
PROC OPTIONS GROUP= | Communications |
Alias: | NETENCRALG |
Operating environment: | UNIX, Windows, |
See: | NETENCRYPT System Option, ENCRYPTFIPS System Option |
Examples: | SSL for a SAS/CONNECT Windows Spawner: Example |
When ENCRYPTFIPS is specified, only the SSL or the AES algorithm can be specified. Otherwise, an error message is output.
options netencryptalgorithm=(rc2 tripledes);The server specifies three algorithms and requires encryption in the following OPTIONS statement:
options netencrypt netencryptalgorithm=(ssl des tripledes);The client and the server negotiate an algorithm that they share in common, TripleDES, for encrypting data transfers.