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.
public class CellularAuthInformation
- Inheritance
-
CellularAuthInformation
Constructors
View SourceCellularAuthInformation()
Default constructor. Initializes an object of the CellularAuthInformation.
Declaration
public CellularAuthInformation()
API Level: 3
Properties
View SourceAuthType
The authentication type.
Declaration
public CellularAuthType AuthType { get; set; }
Property Value
Type | Description |
---|---|
CellularAuthType | Cellular authentication type. |
API Level: 3
View SourcePassword
The password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
String | Cellular password. |
API Level: 3
View SourceUserName
The user name.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
String | Cellular user name. |