iControl.NetworkingIPsecIkePeer.Endget_phase1_hash_algorithm C# (CSharp) Method

Endget_phase1_hash_algorithm() public method

public Endget_phase1_hash_algorithm ( System asyncResult ) : NetworkingIPsecIkeHashAlgorithm[]
asyncResult System
return NetworkingIPsecIkeHashAlgorithm[]
        public NetworkingIPsecIkeHashAlgorithm[] Endget_phase1_hash_algorithm(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecIkeHashAlgorithm [])(results[0]));
        }
NetworkingIPsecIkePeer