TwclWiFiOnexXAuthMode Enumeration

The type defines possible authentication mode values.

Namespace: wclWiFi
type
 TwclWiFiOnexXAuthMode = (
 oxAuthModeMachineOrUser,
 oxAuthModeMachineOnly,
 oxAuthModeUserOnly,
 oxAuthModeGuest,
 oxAuthModeUnspecified,
 oxAuthModeInvalid
 );

The TwclWiFiOnexXAuthMode type exposes the following members.

Show:
 NameDescription
oxAuthModeGuest

Use guest (empty) credentials only.

oxAuthModeInvalid

Unknown or unsupported authentication mode.

oxAuthModeMachineOnly

Use machine credentials only.

oxAuthModeMachineOrUser

Use machine or user credentials. When a user is logged on, the user's credentials are used for authentication. When no user is logged on, machine credentials are used.

oxAuthModeUnspecified

Credentials to use are not specified.

oxAuthModeUserOnly

Use user credentials only.

Top