Share via


WifiEnterpriseConfig.AnonymousIdentity Property

Definition

Get the anonymous identity -or- Set anonymous identity.

public virtual string? AnonymousIdentity { [Android.Runtime.Register("getAnonymousIdentity", "()Ljava/lang/String;", "GetGetAnonymousIdentityHandler")] get; [Android.Runtime.Register("setAnonymousIdentity", "(Ljava/lang/String;)V", "GetSetAnonymousIdentity_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getAnonymousIdentity", "()Ljava/lang/String;", "GetGetAnonymousIdentityHandler")>]
[<set: Android.Runtime.Register("setAnonymousIdentity", "(Ljava/lang/String;)V", "GetSetAnonymousIdentity_Ljava_lang_String_Handler")>]
member this.AnonymousIdentity : string with get, set

Property Value

anonymous identity

Attributes

Remarks

Property getter documentation:

Get the anonymous identity

Java documentation for android.net.wifi.WifiEnterpriseConfig.getAnonymousIdentity().

Property setter documentation:

Set anonymous identity. This is used as the unencrypted identity with certain EAP types

Java documentation for android.net.wifi.WifiEnterpriseConfig.setAnonymousIdentity(java.lang.String).

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.

Applies to