iControl.ManagementKeyCertificate.import_all_from_archive_file C# (CSharp) Method

import_all_from_archive_file() private method

private import_all_from_archive_file ( ManagementKeyCertificateManagementModeType mode, string archive_location, string archive_name ) : void
mode ManagementKeyCertificateManagementModeType
archive_location string
archive_name string
return void
        public void import_all_from_archive_file(
		ManagementKeyCertificateManagementModeType mode,
		string archive_location,
		string archive_name
	)
        {
            this.Invoke("import_all_from_archive_file", new object [] {
                mode,
                archive_location,
                archive_name});
        }
ManagementKeyCertificate