iControl.SystemConfigSync.install_encrypted_configuration C# (CSharp) Метод

install_encrypted_configuration() приватный Метод

private install_encrypted_configuration ( string filename, string passphrase ) : void
filename string
passphrase string
Результат void
        public void install_encrypted_configuration(
		string filename,
		string passphrase
	)
        {
            this.Invoke("install_encrypted_configuration", new object [] {
                filename,
                passphrase});
        }
SystemConfigSync