Represents a CICS External Security Interface (ESI) change request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public class EsiChangeRequest : EsiVerifyRequest |
Visual Basic |
---|
Public Class EsiChangeRequest _ Inherits EsiVerifyRequest |
Visual C++ |
---|
public ref class EsiChangeRequest : public EsiVerifyRequest |
Remarks
Password Expiry Management is supported for the SNA and IPIC protocols.
The maximum supported password or password phrase length varies by CICS server and communication protocol. Refer to your CICS server documentation for details.
The maximum supported password or password phrase length varies by CICS server and communication protocol. Refer to your CICS server documentation for details.
Inheritance Hierarchy
System..::..Object
IBM.CTG..::..GatewayRequest
IBM.CTG..::..EsiVerifyRequest
IBM.CTG..::..EsiChangeRequest
IBM.CTG..::..GatewayRequest
IBM.CTG..::..EsiVerifyRequest
IBM.CTG..::..EsiChangeRequest
Thread Safety
Members of this type are thread safe.