iControl.ManagementKeyCertificate.Begincertificate_export_to_pem C# (CSharp) Method

Begincertificate_export_to_pem() public method

public Begincertificate_export_to_pem ( ManagementKeyCertificateManagementModeType mode, string cert_ids, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
cert_ids string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincertificate_export_to_pem(ManagementKeyCertificateManagementModeType mode,string [] cert_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("certificate_export_to_pem", new object[] {
            mode,
            cert_ids}, callback, asyncState);
        }
ManagementKeyCertificate