Chapter Contents

Previous

Next
NETENCRYPTKEYLEN=

NETENCRYPTKEYLEN=



Specifies the key size to use for the encryption of data that are passed over the network

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Alias: NETENCRKEY
Category: Communications: Networking and encryption
PROC OPTIONS GROUP= COMMUNICATIONS
See: SAS/CONNECT documentation, SAS/SHARE documentation


Syntax
Syntax Description
See Also

Syntax

NETENCRYPTKEYLEN=n | nK | nM | nG | MIN | MAX | hex

Syntax Description

n | nK | nM | nG
specifies the key size to use for the encryption of data passed over the network by SAS/CONNECT or SAS/SHARE software in terms of bytes, kilobytes, megabytes, or gigabytes, respectively.

MIN
sets NETENCRYPTKEYLEN= to the minimum key size, 0.

MAX
sets NETENCRYPTKEYLEN= to the maximum key size, 1024.

hex
specifies the key size to use for the encryption of data that are passed over the network by SAS/CONNECT or SAS/SHARE software as a hexadecimal number. This number must be followed by an X.


See Also

System Options:

NETENCRYPTALGORITHM=
NETENCRYPT
NETMAC


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.