iControl.ManagementTACACSConfiguration.set_encryption_state C# (CSharp) Метод

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

private set_encryption_state ( string config_names, CommonEnabledState states ) : void
config_names string
states CommonEnabledState
Результат void
        public void set_encryption_state(
		string [] config_names,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_encryption_state", new object [] {
                config_names,
                states});
        }