SettingMacsec
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_macsec_get_type ()" ) ]
public class SettingMacsec :
Setting
Content:
Constants:
Properties:
- public bool encrypt { get; set; }
Whether the transmitted traffic must be encrypted.
- public string mka_cak { owned get; set; }
The pre-shared CAK (Connectivity Association Key) for MACsec Key
Agreement.
- public SettingSecretFlags mka_cak_flags { get; set; }
Flags indicating how to handle the
mka_cak property.
- public string mka_ckn { owned get; set; }
The pre-shared CKN (Connectivity-association Key Name) for MACsec Key
Agreement.
- public int mode { get; set; }
Specifies how the CAK (Connectivity Association Key) for MKA (MACsec
Key Agreement) is obtained.
- public int offload { get; set; }
Specifies the MACsec offload mode.
- public string parent { owned get; set; }
If given, specifies the parent interface name or parent connection
UUID from which this MACSEC interface should be created.
- public int port { get; set; }
The port component of the SCI (Secure Channel Identifier), between 1
and 65534.
- public bool send_sci { get; set; }
Specifies whether the SCI (Secure Channel Identifier) is included in
every packet.
- public int validation { get; set; }
Specifies the validation mode for incoming frames.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object