get_phase2_private_key_blob


Description:

public unowned ByteArray get_phase2_private_key_blob ()

Private keys are used to authenticate the connecting client to the network when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

WARNING: the phase2 private key property is not a "secret" property, and thus unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.

Parameters:

this

the Setting8021x

Returns:

the "phase 2" private key data