iControl.ManagementTrust.add_authority_device C# (CSharp) Method

add_authority_device() private method

private add_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 ) : void
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
return void
        public void add_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
	)
        {
            this.Invoke("add_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});
        }