public static void SetUserCredentials(string user, string password) { Native.CfsSetUser(user, password); }