Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
Visual Basic |
---|
Public Sub New ( _
userId As String, _
currentPassword As String, _
newPassword As String, _
serverName As String _
) |
Parameters
- userId
- Type: System..::..String
The CICS user ID to use for the request.
- currentPassword
- Type: System..::..String
The current CICS password or password phrase to use for the request.
- newPassword
- Type: System..::..String
The new CICS password or password phrase to use for the request.
- serverName
- Type: System..::..String
The name of the CICS server to verify with, as defined in the Gateway daemon.
See Also