remove_pairwise_by_value


Description:

[ Version ( since = "0.9.10" ) ]
public bool remove_pairwise_by_value (string pairwise)

Removes an encryption algorithm from the allowed pairwise encryption algorithm list.

Parameters:

this

the SettingWirelessSecurity

pairwise

the encryption algorithm to remove, one of "tkip" or "ccmp"

Returns:

true if the encryption algorithm was found and removed; false if it was not.