iControl.ManagementKeyCertificate.import_from_archive_file C# (CSharp) Method

import_from_archive_file() private method

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