Secure login to an access session to InterChange Server for the access client.
Syntax
IInterchangeAccessSession securelogin( string userName, string hashofpwd);
Parameters
Exceptions
Example
// Open the access session String userName = "admin"; String password = "passwd"; String hashofpwd = SHA1 algorithm calculated hash value of "passwd"; IInterchangeAccessSession aSession = serverAccessEngine.securelogin( userName, hashofpwd);