mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-24 06:43:38 +00:00
Merge branch 'main' into Benny-54-cleanup-cm1
This commit is contained in:
@ -13,6 +13,16 @@ ms.date: 06/26/2017
|
||||
|
||||
# NAP CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The NAP (Network Access Point) Configuration Service Provider is used to manage and query GPRS and CDMA connections.
|
||||
|
||||
> [!Note]
|
||||
@ -66,7 +76,7 @@ Root node.
|
||||
<a href="" id="napx"></a>***NAPX***
|
||||
Required. Defines the name of the network access point.
|
||||
|
||||
It's recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two network access points, use "NAP0" and "NAP1" as the element names. Any unique name can be used if desired (such as "GPRS-NAP"), but no spaces may appear in the name (use %20 instead).
|
||||
It is recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two network access points, use "NAP0" and "NAP1" as the element names. Any unique name can be used if desired (such as "GPRS-NAP"), however, no spaces may appear in the name (use %20 instead).
|
||||
|
||||
<a href="" id="napx-napid"></a>***NAPX*/NAPID**
|
||||
Required. Specifies the identifier of the destination network.
|
||||
@ -96,7 +106,7 @@ The following table shows some commonly used ADDRTYPE values and the types of co
|
||||
Optional node. Specifies the authentication information, including the protocol, user name, and password.
|
||||
|
||||
<a href="" id="napx-authinfo-authtype"></a>***NAPX*/AuthInfo/AuthType**
|
||||
Optional. Specifies the method of authentication. Some supported protocols are PAP, CHAP, HTTP-BASIC, HTTP-DIGEST, WTLS-SS, MD5.
|
||||
Optional. Specifies the method of authentication. Some supported protocols are PAP, CHAP, HTTP-BASIC, HTTP-DIGEST, WTLS-SS, and MD5.
|
||||
|
||||
<a href="" id="napx-authinfo-authname"></a>***NAPX*/AuthInfo/AuthName**
|
||||
Optional. Specifies the user name and domain to be used during authentication. This field is in the form *Domain*\\*UserName*.
|
||||
@ -110,7 +120,8 @@ Queries of this field will return a string composed of 16 asterisks (\*).
|
||||
Node.
|
||||
|
||||
<a href="" id="napx-bearer-bearertype"></a>***NAPX*/Bearer/BearerType**
|
||||
Required. Specifies the network type of the destination network. This parameter's value can be set to GPRS, CDMA2000, WCDMA, TDMA, CSD, DTPT, WiFi.
|
||||
|
||||
Required. Specifies the network type of the destination network. This can be set to GPRS, CDMA2000, WCDMA, TDMA, CSD, DTPT, and Wi-Fi.
|
||||
|
||||
## Related articles
|
||||
|
||||
|
Reference in New Issue
Block a user