iControl.ManagementKeyCertificate.Beginimport_all_from_archive_stream C# (CSharp) Method

Beginimport_all_from_archive_stream() public method

public Beginimport_all_from_archive_stream ( ManagementKeyCertificateManagementModeType mode, byte archive_stream, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
archive_stream byte
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginimport_all_from_archive_stream(ManagementKeyCertificateManagementModeType mode,byte [] archive_stream, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("import_all_from_archive_stream", new object[] {
            mode,
            archive_stream}, callback, asyncState);
        }
ManagementKeyCertificate