Table of Contents

Class WifiConfiguration.KeyMgmt

Namespace
Android.Net.Wifi
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class WifiConfiguration.KeyMgmt : JVMBridgeBase<WifiConfiguration.KeyMgmt>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
WifiConfiguration.KeyMgmt
Implements
Extension Methods

Constructors

KeyMgmt(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public KeyMgmt(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DPP

[Obsolete("Deprecated in JVM")]
public static int DPP { get; set; }

Property Value

int

FILS_SHA256

[Obsolete("Deprecated in JVM")]
public static int FILS_SHA256 { get; set; }

Property Value

int

FILS_SHA384

[Obsolete("Deprecated in JVM")]
public static int FILS_SHA384 { get; set; }

Property Value

int

FT_EAP

[Obsolete("Deprecated in JVM")]
public static int FT_EAP { get; set; }

Property Value

int

FT_PSK

[Obsolete("Deprecated in JVM")]
public static int FT_PSK { get; set; }

Property Value

int

IEEE8021X

[Obsolete("Deprecated in JVM")]
public static int IEEE8021X { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NONE

[Obsolete("Deprecated in JVM")]
public static int NONE { get; set; }

Property Value

int

OSEN

[Obsolete("Deprecated in JVM")]
public static int OSEN { get; set; }

Property Value

int

OWE

[Obsolete("Deprecated in JVM")]
public static int OWE { get; set; }

Property Value

int

SAE

[Obsolete("Deprecated in JVM")]
public static int SAE { get; set; }

Property Value

int

SUITE_B_192

[Obsolete("Deprecated in JVM")]
public static int SUITE_B_192 { get; set; }

Property Value

int

WAPI_CERT

[Obsolete("Deprecated in JVM")]
public static int WAPI_CERT { get; set; }

Property Value

int

WAPI_PSK

[Obsolete("Deprecated in JVM")]
public static int WAPI_PSK { get; set; }

Property Value

int

WPA2_PSK

[Obsolete("Deprecated in JVM")]
public static int WPA2_PSK { get; set; }

Property Value

int

WPA_EAP

[Obsolete("Deprecated in JVM")]
public static int WPA_EAP { get; set; }

Property Value

int

WPA_EAP_SHA256

[Obsolete("Deprecated in JVM")]
public static int WPA_EAP_SHA256 { get; set; }

Property Value

int

WPA_PSK

[Obsolete("Deprecated in JVM")]
public static int WPA_PSK { get; set; }

Property Value

int

WPA_PSK_SHA256

[Obsolete("Deprecated in JVM")]
public static int WPA_PSK_SHA256 { get; set; }

Property Value

int

strings

[Obsolete("Deprecated in JVM")]
public static String[] strings { get; set; }

Property Value

String[]

varName

[Obsolete("Deprecated in JVM")]
public static String varName { get; set; }

Property Value

String