The CICS_EsiDetails_t structure contains
information returned from a successful invocation of the CICS_VerifyPassword
or CICS_ChangePassword functions.
Fields
- LastVerifiedDate
- The date on which the password was last verified.
- LastVerifiedTime
- The time at which the password was last verified.
- ExpiryDate
- The date on which the password will expire.
- ExpiryTime
- The time at which the password will expire.
- LastAccessDate
- The date on which the user ID was last accessed.
- LastAccessTime
- The time at which the user ID was last accessed.
- InvalidCount
- The number of invalid password verification attempts for the user
ID since the last successful password verification. This value is
zero on a successful invocation of the CICS_ChangePassword function.