iControl.ManagementKeyCertificate.Endexport_to_archive_stream C# (CSharp) 메소드

Endexport_to_archive_stream() 공개 메소드

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