Class CellularAuthInformation

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

    This is the CellularAuthInformation class. It provides the properties to get and set the cellular authentication information.

    public class CellularAuthInformation
    Inheritance
    object
    CellularAuthInformation

    Constructors

    View Source

    CellularAuthInformation()

    Default constructor. Initializes an object of the CellularAuthInformation.

    Declaration
    public CellularAuthInformation()

    Properties

    View Source

    AuthType

    The authentication type.

    Declaration
    public CellularAuthType AuthType { get; set; }
    Property Value
    Type Description
    CellularAuthType

    Cellular authentication type.

    View Source

    Password

    The password.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string

    Cellular password.

    View Source

    UserName

    The user name.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string

    Cellular user name.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX