iControl.ManagementKeyCertificate.export_to_archive_file C# (CSharp) Method

export_to_archive_file() private method

private export_to_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 export_to_archive_file(
		ManagementKeyCertificateManagementModeType mode,
		string archive_location,
		string archive_name,
		string [] keys,
		string [] certs
	)
        {
            this.Invoke("export_to_archive_file", new object [] {
                mode,
                archive_location,
                archive_name,
                keys,
                certs});
        }
ManagementKeyCertificate