HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Set_Conversation_Security_Type (cmscst)
Chapter 3236
Set_Conversation_Security_Type (cmscst)
The Set_Conversation_Security_Type call is issued by the invoking
program to specify the information the partner LU requires in order to
validate access to the invoked program. This call overrides the initial
security type from the side information specified by the
Initialize_Conversation call. This call cannot be issued after the Allocate
has been issued.
Function Call
void cmscst (
unsigned char CM_PTR conversation_ID,
XC_CONVERSATION_SECURITY_TYPE CM_PTR conversation_security_type,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmscst (
byte[] conversation_ID,
CPICConversationSecurityType conversation_security_type,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameters are:
conversation_ID
This is the identifier for the conversation. The value of
this parameter is returned by the
Initialize_Conversation call.
conversation_security_type
This specifies the information the
partner LU requires in order to validate access to the
invoked program. Based on the conversation security
established for the invoked program during
configuration, use one of the following values:
For Unix CM_SECURITY_NONE The invoked program uses no
conversation security.