iControl.NetworkingIPsecManualSecurityAssociation.set_encrypt_algorithm C# (CSharp) Method

set_encrypt_algorithm() private method

private set_encrypt_algorithm ( string associations, NetworkingIPsecManSaEncrAlgorithm algorithms ) : void
associations string
algorithms NetworkingIPsecManSaEncrAlgorithm
return void
        public void set_encrypt_algorithm(
		string [] associations,
		NetworkingIPsecManSaEncrAlgorithm [] algorithms
	)
        {
            this.Invoke("set_encrypt_algorithm", new object [] {
                associations,
                algorithms});
        }
NetworkingIPsecManualSecurityAssociation