Updated articles with grammar, headings, bullets, and lists.

This commit is contained in:
Shesh
2022-04-04 15:56:01 +05:30
parent e9bca0cb77
commit 23071f65bc
21 changed files with 152 additions and 28 deletions

View File

@ -14,6 +14,16 @@ ms.date: 06/26/2017
# SecurityPolicy CSP
The table below shows the applicability of Windows:
|Edition|Windows 10|Windows 11|
|--- |--- |--- |
|Home|Yes|Yes|
|Pro|Yes|Yes|
|Business|Yes|Yes|
|Enterprise|Yes|Yes|
|Education|Yes|Yes|
The SecurityPolicy configuration service provider is used to configure security policy settings for WAP push, OMA Client Provisioning, OMA DM, Service Indication (SI), Service Loading (SL), and MMS.
> [!NOTE]
@ -109,7 +119,6 @@ The following security policies are supported.
## Remarks
Security roles allow or restrict access to device resources. The security role is based on the message origin and how the message is signed. You can assign multiple roles to a message in the security policy XML document by combining the decimal values of the roles that you want to assign. For example, to assign both the SECROLE\_KNOWN\_PPG and SECROLE\_OPERATOR\_TPS roles, use the decimal value 384 (256+128).
The following security roles are supported.
@ -120,11 +129,8 @@ The following security roles are supported.
|SECROLE_KNOWN_PPG|256|Known Push Proxy Gateway.<br>Messages assigned this role indicate that the device knows the address to the Push Proxy Gateway.|
|SECROLE_ANY_PUSH_SOURCE|4096|Push Router.<br>Messages received by the push router will be assigned to this role.|
 
## OMA Client Provisioning examples
Setting a security policy:
```xml
@ -147,7 +153,6 @@ Querying a security policy:
## OMA DM examples
Setting a security policy:
```xml
@ -192,7 +197,6 @@ Querying a security policy:
## Microsoft Custom Elements
The following table shows the Microsoft custom elements that this Configuration Service Provider supports for OMA Client Provisioning.
|Elements|Available|
@ -200,9 +204,6 @@ The following table shows the Microsoft custom elements that this Configuration
|parm-query|Yes|
|noparm|Yes. If this is used, then the policy is set to 0 by default (corresponding to the most restrictive of policy values).|
 
## Related topics
[Configuration service provider reference](configuration-service-provider-reference.md)