TwclWiFiProfileFlag Enumeration

The flags specifying settings for wireless profile.

Namespace: wclWiFi
type
 TwclWiFiProfileFlag = (
 pfGroupPolicy,
 pfUser,
 pfGetPlaintextKey
 );

The TwclWiFiProfileFlag type exposes the following members.

Show:
 NameDescription
pfGetPlaintextKey

This flag indicates that the caller wants to retrieve the plain text key from a wireless profile. If the calling thread has the required permissions, the GetProfile method of the TwclWiFiProfilesManager returns the plain text key in the keyMaterial element of the profile returned in the buffer pointed to by the ProfileXml parameter.

pfGroupPolicy

This flag indicates that this profile was created by group policy. A group policy profile is read-only. Neither the content nor the preference order of the profile can be changed.

pfUser

This flag indicates that the profile is a per-user profile. If not set, this profile is an all-user profile.

Top