iControl.NetworkingIPsecManualSecurityAssociation.set_encrypt_algorithm C# (CSharp) Метод

set_encrypt_algorithm() приватный Метод

private set_encrypt_algorithm ( string associations, NetworkingIPsecManSaEncrAlgorithm algorithms ) : void
associations string
algorithms NetworkingIPsecManSaEncrAlgorithm
Результат void
        public void set_encrypt_algorithm(
		string [] associations,
		NetworkingIPsecManSaEncrAlgorithm [] algorithms
	)
        {
            this.Invoke("set_encrypt_algorithm", new object [] {
                associations,
                algorithms});
        }
NetworkingIPsecManualSecurityAssociation