iControl.ManagementKeyCertificate.Beginpkcs12_import_from_file C# (CSharp) Method

Beginpkcs12_import_from_file() public method

public Beginpkcs12_import_from_file ( ManagementKeyCertificateManagementModeType mode, string ids, string file_names, string passwords, bool overwrite, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
ids string
file_names string
passwords string
overwrite bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginpkcs12_import_from_file(ManagementKeyCertificateManagementModeType mode,string [] ids,string [] file_names,string [] passwords,bool overwrite, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("pkcs12_import_from_file", new object[] {
            mode,
            ids,
            file_names,
            passwords,
            overwrite}, callback, asyncState);
        }
ManagementKeyCertificate