iControl.NetworkingIPsecPolicy.get_forward_secrecy C# (CSharp) Method

get_forward_secrecy() private method

private get_forward_secrecy ( string policies ) : NetworkingIPsecDiffieHellmanGroup[]
policies string
return NetworkingIPsecDiffieHellmanGroup[]
        public NetworkingIPsecDiffieHellmanGroup[] get_forward_secrecy(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_forward_secrecy", new object [] {
                policies});
            return ((NetworkingIPsecDiffieHellmanGroup [])(results[0]));
        }
NetworkingIPsecPolicy