iControl.ManagementTACACSConfiguration.set_encryption_state C# (CSharp) Method

set_encryption_state() private method

private set_encryption_state ( string config_names, CommonEnabledState states ) : void
config_names string
states CommonEnabledState
return void
        public void set_encryption_state(
		string [] config_names,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_encryption_state", new object [] {
                config_names,
                states});
        }