iControl.ManagementKeyCertificate.Beginimport_from_archive_stream C# (CSharp) Method

Beginimport_from_archive_stream() public method

public Beginimport_from_archive_stream ( ManagementKeyCertificateManagementModeType mode, byte archive_stream, string keys, string certs, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
archive_stream byte
keys string
certs string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginimport_from_archive_stream(ManagementKeyCertificateManagementModeType mode,byte [] archive_stream,string [] keys,string [] certs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("import_from_archive_stream", new object[] {
            mode,
            archive_stream,
            keys,
            certs}, callback, asyncState);
        }
ManagementKeyCertificate