The KeyResetCount represents the total number of unencrypted bytes sent and received within an SSL conversation before the secret key is renegotiated. The number of bytes includes control information sent by the MCA.
XMS copies the value that you supply for this property into MQSCO.KeyResetCount before calling MQCONNX.
The parameter MQSCO.KeyRestCount is only available from WebSphere MQ version 6. In the case of WebSphere MQ version 5.3, if this property is set, XMS does not attempt to make the connection to the queue manager, and throws an appropriate exception instead.
For .NET only: managed connections to WMQ (WMQ_CM_CLIENT) will not support SSL connections, but these might be supported by using an unmanaged connection (WMQ_CM_CLIENT_UNMANAGED). Refer to the WebSphere MQ Using .NET manual for accurate information.
The default value of this property is zero, which means that secret keys are never renegotiated. For further information, see the WebSphere MQ Application Programming Reference.