iControl.ManagementKeyCertificate.Endexport_to_archive_stream C# (CSharp) Method

Endexport_to_archive_stream() public method

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