iControl.ManagementKeyCertificate.Beginkey_export_to_pem C# (CSharp) Method

Beginkey_export_to_pem() public method

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