ApnSetting.AuthType 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.
Returns the authentication type of the APN.
public virtual Android.Telephony.Data.AuthType AuthType { [Android.Runtime.Register("getAuthType", "()I", "GetGetAuthTypeHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAuthType", "()I", "GetGetAuthTypeHandler", ApiSince=28)>]
member this.AuthType : Android.Telephony.Data.AuthType
Property Value
authentication type
- Attributes
Remarks
Returns the authentication type of the APN.
Java documentation for android.telephony.data.ApnSetting.getAuthType()
.
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.