iControl.NetworkingIPsecPolicy.set_encrypt_algorithm C# (CSharp) Method

set_encrypt_algorithm() private method

private set_encrypt_algorithm ( string policies, NetworkingIPsecDynSaEncryptAlgorithm algorithms ) : void
policies string
algorithms NetworkingIPsecDynSaEncryptAlgorithm
return void
        public void set_encrypt_algorithm(
		string [] policies,
		NetworkingIPsecDynSaEncryptAlgorithm [] algorithms
	)
        {
            this.Invoke("set_encrypt_algorithm", new object [] {
                policies,
                algorithms});
        }
NetworkingIPsecPolicy