다음을 통해 공유


SecureAssessment CSP

다음 목록에서는 SecureAssessment 구성 서비스 공급자 노드를 보여 줍니다.

AllowScreenMonitoring

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 10, 버전 1703 [10.0.15063] 이상
./Vendor/MSFT/SecureAssessment/AllowScreenMonitoring

앱에서 화면 모니터링이 허용되는지 나타냅니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 int
액세스 유형 가져오기, 바꾸기
기본 값 0

허용되는 값:

설명
1 화면 모니터링이 허용됩니다.
0(기본값) 화면 모니터링은 허용되지 않습니다.

AllowTextSuggestions

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 10, 버전 1703 [10.0.15063] 이상
./Vendor/MSFT/SecureAssessment/AllowTextSuggestions

앱에서 키보드 텍스트 제안을 허용하는지 나타냅니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 int
액세스 유형 가져오기, 바꾸기
기본 값 0

허용되는 값:

설명
1 키보드 텍스트 제안이 허용됩니다.
0(기본값) 키보드 텍스트 제안은 허용되지 않습니다.

평가

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 11 버전 22H2 [10.0.22621.521] 이상
./Vendor/MSFT/SecureAssessment/Assessments

여러 평가 및 평가 그룹화에 대한 지원을 사용하도록 설정합니다. 구조체는 XML로 지정됩니다.

구성된 경우 사용자는 평가 목록에서 선택할 수 있습니다. 노드는 사용 가능한 평가 목록을 나타내는 XML 문자열을 허용합니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 chr (문자열)
액세스 유형 추가, 삭제, 가져오기, 바꾸기

허용되는 값:

<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="AssessmentsRoot">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Assessments">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Assessment" maxOccurs="unbounded" minOccurs="0">
                <xs:complexType>
                  <xs:sequence>
                    <xs:element type="xs:string" name="TestName" />
                    <xs:element type="xs:string" name="TestUri" />
                  </xs:sequence>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

:

<?xml version="1.0" encoding="utf-16"?>
<AssessmentsRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Assessments>
        <Assessment>
            <TestName>English exam</TestName>
            <TestUri>https://contoso.com/english</TestUri>
        </Assessment>
        <Assessment>
            <TestName>Math exam</TestName>
            <TestUri>https://contoso.com/math</TestUri>
        </Assessment>
        <Assessment>
            <TestName>Geography exam</TestName>
            <TestUri>https://contoso.com/geography</TestUri>
        </Assessment>
    </Assessments>
</AssessmentsRoot>

LaunchURI

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 10, 버전 1703 [10.0.15063] 이상
./Vendor/MSFT/SecureAssessment/LaunchURI

보안 평가 브라우저가 시작될 때 자동으로 로드되는 평가에 연결합니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 chr (문자열)
액세스 유형 추가, 삭제, 가져오기, 바꾸기
허용되는 값 정규식: System.Xml.XmlElement

RequirePrinting

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 10, 버전 1703 [10.0.15063] 이상
./Vendor/MSFT/SecureAssessment/RequirePrinting

앱에서 인쇄가 필요한지 나타냅니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 int
액세스 유형 가져오기, 바꾸기
기본 값 1

허용되는 값:

설명
1(기본값) 인쇄가 허용됩니다.
0 인쇄는 허용되지 않습니다.

TesterAccount

범위 에디션 적용 가능한 OS
✅ 장치
❌ 사용자
✅ 프로
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise/IoT Enterprise LTSC
✅Windows 10, 버전 1703 [10.0.15063] 이상
./Vendor/MSFT/SecureAssessment/TesterAccount

테스트 계정의 사용자 이름입니다. 도메인 계정을 지정하려면 domain\user를 사용합니다. Microsoft Entra 계정을 지정하려면 를 사용합니다username@tenant.com. 로컬 계정을 지정하려면 사용자 이름을 사용합니다.

설명 프레임워크 속성:

속성 이름 속성 값
형식 chr (문자열)
액세스 유형 추가, 삭제, 가져오기, 바꾸기

구성 서비스 공급자 참조