Previous Page | Next Page

SAS System Options for Encryption

NETENCRYPT System Option



Specifies whether client/server data transfers are encrypted.
Client: Optional
Server: Optional
Default: NONETENCRYPT
Valid in: configuration file, OPTIONS statement, SAS System Options window, SAS invocation
Operating Environments: OpenVMS, UNIX, Windows, z/OS
See also: NETENCRYPTALGORITHM
Category: Communications: Networking and Encryption
PROC OPTIONS Group= Communications

Syntax
Syntax Description
Details

Syntax

NETENCRYPT | NONETENCRYPT

Syntax Description

NETENCRYPT

specifies that encryption is required.

NONETENCRYPT

specifies that encryption is not required, but is optional.


Details

The default for this option specifies that encryption is used if the NETENCRYPTALGORITHM option is set and if both the client and the server are capable of encryption. If encryption algorithms are specified but either the client or the server is incapable of encryption, then encryption is not performed.

Encryption might not be supported at the client or at the server in these situations:

Previous Page | Next Page | Top of Page