---
title: SecureAssessment CSP
description: Learn more about the SecureAssessment CSP.
ms.date: 01/18/2024
---
# SecureAssessment CSP
The following list shows the SecureAssessment configuration service provider nodes:
- ./Vendor/MSFT/SecureAssessment
- [AllowScreenMonitoring](#allowscreenmonitoring)
- [AllowTextSuggestions](#allowtextsuggestions)
- [Assessments](#assessments)
- [LaunchURI](#launchuri)
- [RequirePrinting](#requireprinting)
- [TesterAccount](#testeraccount)
## AllowScreenMonitoring
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later |
```Device
./Vendor/MSFT/SecureAssessment/AllowScreenMonitoring
```
Indicates if screen monitoring is allowed by the app.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Get, Replace |
| Default Value | 0 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 1 | Screen monitoring is allowed. |
| 0 (Default) | Screen monitoring isn't allowed. |
## AllowTextSuggestions
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later |
```Device
./Vendor/MSFT/SecureAssessment/AllowTextSuggestions
```
Indicates if keyboard text suggestions are allowed by the app.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Get, Replace |
| Default Value | 0 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 1 | Keyboard text suggestions are allowed. |
| 0 (Default) | Keyboard text suggestions aren't allowed. |
## Assessments
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.521] and later |
```Device
./Vendor/MSFT/SecureAssessment/Assessments
```
Enables support for multiple assessments and for assessment grouping. The structure is specified by an XML.
When configured, users can select from a list of assessments. The node accepts an XML string that represents the list of available assessments.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `chr` (string) |
| Access Type | Add, Delete, Get, Replace |
**Allowed values**:
```xml
```
**Example**:
```xml
English exam
https://contoso.com/english
Math exam
https://contoso.com/math
Geography exam
https://contoso.com/geography
```
## LaunchURI
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later |
```Device
./Vendor/MSFT/SecureAssessment/LaunchURI
```
Link to an assessment that's automatically loaded when the Secure Assessment Browser is launched.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `chr` (string) |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Regular Expression: `System.Xml.XmlElement` |
## RequirePrinting
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later |
```Device
./Vendor/MSFT/SecureAssessment/RequirePrinting
```
Indicates if printing is required by the app.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Get, Replace |
| Default Value | 1 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 1 (Default) | Printing is allowed. |
| 0 | Printing isn't allowed. |
## TesterAccount
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later |
```Device
./Vendor/MSFT/SecureAssessment/TesterAccount
```
The user name of the test taking account. To specify a domain account, use domain\user. To specify a Microsoft Entra account, use username@tenant.com. To specify a local account, use the username.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `chr` (string) |
| Access Type | Add, Delete, Get, Replace |
## Related articles
[Configuration service provider reference](configuration-service-provider-reference.md)