iControl.NetworkingIPsecIkePeer.set_phase1_pseudo_random_function C# (CSharp) Method

set_phase1_pseudo_random_function() private method

private set_phase1_pseudo_random_function ( string peers, NetworkingIPsecIkeHashAlgorithm functions ) : void
peers string
functions NetworkingIPsecIkeHashAlgorithm
return void
        public void set_phase1_pseudo_random_function(
		string [] peers,
		NetworkingIPsecIkeHashAlgorithm [] functions
	)
        {
            this.Invoke("set_phase1_pseudo_random_function", new object [] {
                peers,
                functions});
        }
NetworkingIPsecIkePeer