Table of Contents

Class WifiEnterpriseConfig.Eap

Namespace
Android.Net.Wifi
Assembly
MASES.Netdroid.dll
public class WifiEnterpriseConfig.Eap : JVMBridgeBase<WifiEnterpriseConfig.Eap>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
WifiEnterpriseConfig.Eap
Implements
Extension Methods

Constructors

Eap(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 Eap(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AKA

public static int AKA { get; set; }

Property Value

int

AKA_PRIME

public static int AKA_PRIME { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

public static int NONE { get; set; }

Property Value

int

PEAP

public static int PEAP { get; set; }

Property Value

int

PWD

public static int PWD { get; set; }

Property Value

int

SIM

public static int SIM { get; set; }

Property Value

int

TLS

public static int TLS { get; set; }

Property Value

int

TTLS

public static int TTLS { get; set; }

Property Value

int

UNAUTH_TLS

public static int UNAUTH_TLS { get; set; }

Property Value

int

WAPI_CERT

public static int WAPI_CERT { get; set; }

Property Value

int