iControl.NetworkingIPsecIkePeer.Endget_phase1_pseudo_random_function C# (CSharp) Method

Endget_phase1_pseudo_random_function() public method

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