iControl.ManagementUserManagement.Beginget_encrypted_password C# (CSharp) Method

Beginget_encrypted_password() public method

public Beginget_encrypted_password ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_encrypted_password(string [] user_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_encrypted_password", new object[] {
            user_names}, callback, asyncState);
        }
ManagementUserManagement