iControl.ManagementKeyCertificate.Endpkcs12_import_from_file C# (CSharp) Method

Endpkcs12_import_from_file() public method

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