Represents a CICS External Security Interface (ESI) verify request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public class EsiVerifyRequest : GatewayRequest |
Visual Basic |
---|
Public Class EsiVerifyRequest _ Inherits GatewayRequest |
Visual C++ |
---|
public ref class EsiVerifyRequest : public GatewayRequest |
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.