iControl.NetworkingIPsecManualSecurityAssociation.Endget_auth_algorithm C# (CSharp) Method

Endget_auth_algorithm() public method

public Endget_auth_algorithm ( System asyncResult ) : NetworkingIPsecSaManAlgorithm[]
asyncResult System
return NetworkingIPsecSaManAlgorithm[]
        public NetworkingIPsecSaManAlgorithm[] Endget_auth_algorithm(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecSaManAlgorithm [])(results[0]));
        }
NetworkingIPsecManualSecurityAssociation