6.62 LceSetKerberosOff
This function indicates that the connection to the server should no longer use Windows Credentials (Kerberos / Single Signon / SSO).
BOOL |
LceSetKerberosOff |
(int |
iSession) |
Parameters
iSession |
The session identifier as returned by LceSetKerberosOff. |
Return Values
TRUE is returned if the session can accept the value.
FALSE is returned if an error occurs.
Notes
If you use this function, you must also use the LceSetKerberosOn function.
- This function must be executed after LceGetSessionId and before LceOpenSession.
Related Functions