RSOP_IEConnectionDialUpCredentials class
The RSOP_IEConnectionDialUpCredentials WMI class represents the settings used by the RasDial function when establishing a dial-up (remote access) connection to the Internet using Microsoft Internet Explorer.
RSOP_IEConnectionDialUpCredentials corresponds to the RASDIALPARAMS structure. For more information about valid values for various properties of this class, see RASDIALPARAMS.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[AMENDMENT]
class RSOP_IEConnectionDialUpCredentials
{
string rsopID;
sint32 rsopPrecedence;
string connectionName;
uint32 callbackID;
string callbackNumber;
string domain;
string entryName;
string password;
string phoneNumber;
uint8 rasDialParamsData[];
uint32 rasDialParamsDataSize;
uint32 subEntry;
string userName;
uint32 windowsVersion;
};
Members
The RSOP_IEConnectionDialUpCredentials class has these types of members:
Properties
The RSOP_IEConnectionDialUpCredentials class has these properties.
-
callbackID
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: DisplayName ("Callback ID")
Callback identifier, an application-defined value that RAS passes to the RasDialFunc2 callback function.
-
-
callbackNumber
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Callback Number")
Callback phone number. See RASDIALPARAMS for additional details.
-
-
connectionName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("Connection Name")
Unique name of a phone-book entry specifying settings through which an Internet connection can be obtained.
-
-
domain
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Domain")
Domain on which authentication is to occur. See RASDIALPARAMS for additional details.
-
-
entryName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Entry Name")
Phone-book entry to use to establish the connection. See RASDIALPARAMS for additional details.
-
-
password
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Password")
User's password. This string is used to authenticate the user's access to the remote access server. See RASDIALPARAMS for additional details.
-
-
phoneNumber
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Phone Number")
Overriding phone number. See RASDIALPARAMS for additional details.
-
-
rasDialParamsData
-
-
Data type: uint8 array
-
Access type: Read-only
-
Qualifiers: DisplayName ("RAS Dial Params Data")
Array containing RAS dial-up data. This is a RASDIALPARAMS structure that contains the parameters that are used by the RasDial function to establish a remote access connection
-
-
rasDialParamsDataSize
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: DisplayName ("Size")
Size of the array, in bytes, specified by the rasDialParamsData property.
-
-
rsopID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP ID")
Foreign key to RSOP_PolicySetting.
-
-
rsopPrecedence
-
-
Data type: sint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP Precedence")
Foreign key to RSOP_PolicySetting.
-
-
subEntry
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: DisplayName ("Sub Entry")
Index of the initial subentry to dial. See RASDIALPARAMS for additional details.
-
-
userName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("User Name")
User name. This string is used to authenticate the user's access to the remote access server. See RASDIALPARAMS for additional details.
-
-
windowsVersion
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: DisplayName ("Windows Version")
Version of Windows in which the process is running.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\RSOP\Computer, Root\RSOP\User |
MOF |
|
DLL |
|