The EsiVerifyRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EsiVerifyRequest |
Creates a new EsiVerifyRequest.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EsiReturnCode | Gets the ESI return code from the most recent flow of this request. |
![]() | GatewayReturnCode | Gets the Gateway daemon return code from the most recent flow of this request. (Inherited from GatewayRequest.) |
![]() | InvalidCount | Gets the number of times the user ID failed validation prior to this request. |
![]() | LastAccessed | Gets the date and time that the user ID was accessed by this request. |
![]() | LastVerified | Gets the date and time that the user ID was verified by this request. |
![]() | Password | Gets or sets the CICS password or password phrase to use for the request. |
![]() | PasswordExpires | Gets the date and time that the current password or password phrase expires. |
![]() | PasswordExpiresSet |
Gets a boolean value indicating whether the PasswordExpires property
has been set.
|
![]() | ReturnCode | Gets the return code from the most recent flow of this request. (Overrides GatewayRequest..::..ReturnCode.) |
![]() | ReturnCodeString | Gets a string representation of ReturnCode. (Overrides GatewayRequest..::..ReturnCodeString.) |
![]() | ServerName | Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon. |
![]() | UserId | Gets or sets the CICS user ID to use for the request. |