iControl.SystemConfigSync.save_encrypted_configuration C# (CSharp) 메소드

save_encrypted_configuration() 개인적인 메소드

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