iControl.ManagementKeyCertificate.Beginexport_to_archive_stream C# (CSharp) Method

Beginexport_to_archive_stream() public method

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