.NET remove 'save password' option for RPG connection
search cancel

.NET remove 'save password' option for RPG connection

book

Article ID: 260336

calendar_today

Updated On:

Products

CA Plex

Issue/Introduction

Within CA Plex, where is the option on how to remove the 'Save Password' option when connecting .NET C# client to RPG server?

Environment

CA Plex 7.21

Resolution

There is an option/property in the .NET client configuration file to control the IBMi logon window to allow/disallow password saving (default is all allowed).

The following four options are available to control the information provided to be saved:
 AllowAll:                        Display all save option checkbox.
 AllowSystemOnly:        Display save option check box for System field only.
 AllowSystemAndUser: Display save option check box for System and User field.
 NotAllow:                       No save option check box is displayed.

Open the generated .NET client function configuration file within "CA Plex .NET Management Console" and change the property "Security->LogOnInfoSaveOption" accordingly.  Set the value to "AllowSystemAndUser" to not allow password saving.

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=s1eFd2JoUAtH5RsFxUYTZQ==