public static void SetUserCredentialsForThread(string user, string password) { Native.CfsSetUserForThread(user, password); }