iControl.SecurityProfileDoS.remove_all_network_attack_vectors C# (CSharp) Method

remove_all_network_attack_vectors() private method

private remove_all_network_attack_vectors ( string profile_names, string networks ) : void
profile_names string
networks string
return void
        public void remove_all_network_attack_vectors(
		string [] profile_names,
		string [] [] networks
	)
        {
            this.Invoke("remove_all_network_attack_vectors", new object [] {
                profile_names,
                networks});
        }
SecurityProfileDoS