iControl.ManagementCertLDAPConfiguration.Endget_ssl_cipher C# (CSharp) Method

Endget_ssl_cipher() public method

public Endget_ssl_cipher ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_ssl_cipher(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
ManagementCertLDAPConfiguration