Main Page Compound List Compound Members IDefaultConnectionSecurityCallback Interface Reference
Invoked when a new connection is being made to the middleware. More...
Public Methods
HRESULT Init ([in] BSTR Username,[in] BSTR Password) Constructor for the callback object. Detailed Description
Invoked when a new connection is being made to the middleware.This represents a default implementation that makes use of the default security implementation offered by the middleware. Developers can inherit from this default implementation and implement any extensions required.
- See also:
- ISoamAPI->connect() , ISoamConnectionSecurityCallback
Member Function Documentation
HRESULT Init ( [in] BSTR Username, [in] BSTR Password )
Constructor for the callback object.
- Parameters:
username [IN] - username to be associated with the connection. A null value passed for this parameter will be treated as an empty string. password [IN] - password to be used in combination with the username for authentication. A null value passed for this parameter will be treated as an empty string.
Date Modified: 3 Nov 2008
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 2001-2008 Platform Computing Corporation. All rights reserved.