Class CellularAuthInformation
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
- API Level:
- 3
This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.
C#Copypublic class CellularAuthInformation
- Inheritance
-
System.ObjectCellularAuthInformation
Constructors
View Source
CellularAuthInformation()
Default constructor. Initializes an object of the CellularAuthInformation.
Declaration
C#Copypublic CellularAuthInformation()
API Level: 3
Properties
Declaration
C#Copypublic CellularAuthType AuthType { get; set; }
Property Value
Type | Description |
---|---|
CellularAuthType | Cellular authentication type. |
API Level: 3
Declaration
C#Copypublic string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | Cellular password. |
API Level: 3
Declaration
C#Copypublic string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Cellular user name. |