iControl.ManagementKeyCertificate.Endkey_import_from_pem C# (CSharp) Method

Endkey_import_from_pem() public method

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