TwclWiFiOneXAuthIdentity Enumeration

The type specifies the possible values of the identity used for 802.1X authentication status.

Namespace: wclWiFi
type
 TwclWiFiOneXAuthIdentity = (
 oxAuthIdentityNone,
 oxAuthIdentityMachine,
 oxAuthIdentityUser,
 oxAuthIdentityExplicitUser,
 oxAuthIdentityGuest,
 oxAuthIdentityInvalid,
 oxAuthIdentityUnknown
 );

The TwclWiFiOneXAuthIdentity type exposes the following members.

Show:
 NameDescription
oxAuthIdentityExplicitUser

The identity of an explicit user as specified in the profile is used for 802.1X authentication. This value is used when performing single signon or when credentials are saved with the profile.

oxAuthIdentityGuest

The identity of the Guest account as specified in the profile is used for 802.1X authentication.

oxAuthIdentityInvalid

The identity is not valid as specified in the profile used for 802.1X authentication.

oxAuthIdentityMachine

The identity of the local machine account is used for 802.1X authentication.

oxAuthIdentityNone

No identity is specified in the profile used for 802.1X authentication.

oxAuthIdentityUnknown

Unknown or unspecified identity.

oxAuthIdentityUser

The identity of the logged-on user is used for 802.1X authentication.

Top