The EsiVerifyRequest type exposes the following members.

Properties

  NameDescription
Public propertyEsiReturnCode
Gets the ESI return code from the most recent flow of this request.
Public propertyGatewayReturnCode
Gets the Gateway daemon return code from the most recent flow of this request.
(Inherited from GatewayRequest.)
Public propertyInvalidCount
Gets the number of times the user ID failed validation prior to this request.
Public propertyLastAccessed
Gets the date and time that the user ID was accessed by this request.
Public propertyLastVerified
Gets the date and time that the user ID was verified by this request.
Public propertyPassword
Gets or sets the CICS password or password phrase to use for the request.
Public propertyPasswordExpires
Gets the date and time that the current password or password phrase expires.
Public propertyPasswordExpiresSet
Gets a boolean value indicating whether the PasswordExpires property has been set.
Public propertyReturnCode
Gets the return code from the most recent flow of this request.
(Overrides GatewayRequest..::..ReturnCode.)
Public propertyReturnCodeString
Gets a string representation of ReturnCode.
(Overrides GatewayRequest..::..ReturnCodeString.)
Public propertyServerName
Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon.
Public propertyUserId
Gets or sets the CICS user ID to use for the request.

See Also