iControl.ManagementKeyCertificate.Endcertificate_export_to_file C# (CSharp) Method

Endcertificate_export_to_file() public method

public Endcertificate_export_to_file ( System asyncResult ) : void
asyncResult System
return void
        public void Endcertificate_export_to_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementKeyCertificate