iControl.ManagementKeyCertificate.export_all_to_archive_file C# (CSharp) Method

export_all_to_archive_file() private method

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