KeyManagementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum KeyManagementType
type KeyManagementType =
- Inheritance
-
KeyManagementType
Fields
Name | Value | Description |
---|---|---|
None | 0 | WPA is not used; plaintext or static WEP could be used. |
WpaPsk | 1 | WPA pre-shared key (requires |
WpaEap | 2 | WPA using EAP authentication. |
Ieee8021x | 3 | IEEE 802.1X using EAP authentication and (optionally) dynamically generated WEP keys. |
Wpa2Psk | 4 | |
Osen | 5 | |
FtPsk | 6 | |
FtEap | 7 | |
Sae | 8 | |
Owe | 9 | |
SuiteB192 | 10 | |
WpaPskSha256 | 11 | |
WpaEapSha256 | 12 | |
WapiPsk | 13 | |
WapiCert | 14 | |
FilsSha256 | 15 | |
FilsSha384 | 16 | |
Dpp | 17 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.