Fields for MQCSP
The MQCSP structure contains the following fields; the fields are described in alphabetical order:
- AuthenticationType (MQLONG)
AuthenticationType is an input field. Its initial value is MQCSP_AUTH_NONE. - CSPPasswordLength (MQLONG)
This field is the length of the password to be used in authentication. - CSPPasswordOffset (MQLONG)
This is the offset in bytes of the password to be used in authentication. The offset can be positive or negative. - CSPPasswordPtr (MQPTR)
This is the address in bytes of the password to be used in authentication. - CSPUserIdLength (MQLONG)
This field is the length of the user ID to be used in authentication. - CSPUserIdOffset (MQLONG)
This is the offset in bytes of the user ID to be used in authentication. The offset can be positive or negative. - CSPUserIdPtr (MQPTR)
This is the address in bytes of the user ID to be used in authentication. - Reserved1 (MQBYTE4)
A reserved field, required for pointer alignment on IBM i. - Reserved2 (MQBYTE8)
A reserved field, required for pointer alignment on IBM i. - StrucId (MQCHAR4)
Structure identifier. - Version (MQLONG)
Structure version number.
Parent topic: MQCSP - Security parameters