iControl.NetworkingIPsecIkePeer.Endget_phase1_perfect_forward_secrecy C# (CSharp) Method

Endget_phase1_perfect_forward_secrecy() public method

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