IInterchangeAccessSession securelogin( string userName, string hashofpwd);
// 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);