Represents a CICS External Security Interface (ESI) verify request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

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.

Inheritance Hierarchy

System..::..Object
  IBM.CTG..::..GatewayRequest
    IBM.CTG..::..EsiVerifyRequest
      IBM.CTG..::..EsiChangeRequest

Thread Safety

Members of this type are thread safe.

See Also