iControl.ManagementKeyCertificate.Begincertificate_export_to_file C# (CSharp) Method

Begincertificate_export_to_file() public method

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