WifiEnterpriseConfig.DecoratedIdentityPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the decorated identity prefix. -or- Set a prefix for a decorated identity as per RFC 7542.
public virtual string? DecoratedIdentityPrefix { [Android.Runtime.Register("getDecoratedIdentityPrefix", "()Ljava/lang/String;", "GetGetDecoratedIdentityPrefixHandler", ApiSince=31)] get; [Android.Runtime.Register("setDecoratedIdentityPrefix", "(Ljava/lang/String;)V", "GetSetDecoratedIdentityPrefix_Ljava_lang_String_Handler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getDecoratedIdentityPrefix", "()Ljava/lang/String;", "GetGetDecoratedIdentityPrefixHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setDecoratedIdentityPrefix", "(Ljava/lang/String;)V", "GetSetDecoratedIdentityPrefix_Ljava_lang_String_Handler", ApiSince=31)>]
member this.DecoratedIdentityPrefix : string with get, set
Property Value
The decorated identity prefix
- Attributes
Remarks
Property getter documentation:
Get the decorated identity prefix.
Java documentation for android.net.wifi.WifiEnterpriseConfig.getDecoratedIdentityPrefix()
.
Property setter documentation:
Set a prefix for a decorated identity as per RFC 7542. This prefix must contain a list of realms (could be a list of 1) delimited by a '!' character. e.g. homerealm.example.org! or proxyrealm.example.net!homerealm.example.org! A prefix of "homerealm.example.org!" will generate a decorated identity that looks like: homerealm.example.org!user
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.