iControl.SystemConfigSync.install_encrypted_configuration C# (CSharp) Method

install_encrypted_configuration() private method

private install_encrypted_configuration ( string filename, string passphrase ) : void
filename string
passphrase string
return void
        public void install_encrypted_configuration(
		string filename,
		string passphrase
	)
        {
            this.Invoke("install_encrypted_configuration", new object [] {
                filename,
                passphrase});
        }
SystemConfigSync