iControl.ManagementTrust.Beginadd_non_authority_device C# (CSharp) Method

Beginadd_non_authority_device() public method

public Beginadd_non_authority_device ( string address, string username, string password, string device_object_name, string browser_cert_serial_number, string browser_cert_signature, string browser_cert_sha1_fingerprint, string browser_cert_md5_fingerprint, System callback, object asyncState ) : System.IAsyncResult
address string
username string
password string
device_object_name string
browser_cert_serial_number string
browser_cert_signature string
browser_cert_sha1_fingerprint string
browser_cert_md5_fingerprint string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_non_authority_device(string address,string username,string password,string device_object_name,string browser_cert_serial_number,string browser_cert_signature,string browser_cert_sha1_fingerprint,string browser_cert_md5_fingerprint, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_non_authority_device", new object[] {
            address,
            username,
            password,
            device_object_name,
            browser_cert_serial_number,
            browser_cert_signature,
            browser_cert_sha1_fingerprint,
            browser_cert_md5_fingerprint}, callback, asyncState);
        }