iControl.ManagementKeyCertificate.pkcs12_import_from_file C# (CSharp) Method

pkcs12_import_from_file() private method

private pkcs12_import_from_file ( ManagementKeyCertificateManagementModeType mode, string ids, string file_names, string passwords, bool overwrite ) : void
mode ManagementKeyCertificateManagementModeType
ids string
file_names string
passwords string
overwrite bool
return void
        public void pkcs12_import_from_file(
		ManagementKeyCertificateManagementModeType mode,
		string [] ids,
		string [] file_names,
		string [] passwords,
		bool overwrite
	)
        {
            this.Invoke("pkcs12_import_from_file", new object [] {
                mode,
                ids,
                file_names,
                passwords,
                overwrite});
        }
ManagementKeyCertificate