Android.Net.Wifi.WifiEnterpriseConfig Members

The members of Android.Net.Wifi.WifiEnterpriseConfig are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AnonymousIdentitystring. Get the anonymous identity
CaCertificateJava.Security.Cert.X509Certificate. Get CA certificate
[read-only]
ClientCertificateJava.Security.Cert.X509Certificate. Get client certificate
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
EapMethodWifiEapMethod. Get the eap method.
Identitystring. Get the identity
Passwordstring. Get the password.
Phase2MethodWifiPhase2Method. Get the phase 2 authentication method.
SubjectMatchstring. Get subject match

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
SetClientKeyEntry(Java.Security.IPrivateKey, Java.Security.Cert.X509Certificate)
Specify a private key and client certificate for client authorization.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.