Class WifiEnterpriseConfig.Eap
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
initializerIJVMBridgeBaseInitializer
Properties
AKA
public static int AKA { get; set; }
Property Value
AKA_PRIME
public static int AKA_PRIME { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NONE
public static int NONE { get; set; }
Property Value
PEAP
public static int PEAP { get; set; }
Property Value
PWD
public static int PWD { get; set; }
Property Value
SIM
public static int SIM { get; set; }
Property Value
TLS
public static int TLS { get; set; }
Property Value
TTLS
public static int TTLS { get; set; }
Property Value
UNAUTH_TLS
public static int UNAUTH_TLS { get; set; }
Property Value
WAPI_CERT
public static int WAPI_CERT { get; set; }