CreateEncryptedOnlyTickets (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the CreateEncryptedOnlyTickets setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies whether tickets created for remote assistance must be encrypted.

Set to true to specify that tickets must be encrypted; otherwise, set to false. The default value is false.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Remote Assistance

Features/Networking/Remote Assistance/CreateEncryptedOnlyTickets

XML Example

This example shows how to configure the device so that a friend or support professional can offer help by using an encrypted ticket. The ticket is configured to expire after one day.

<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>

See Also

Reference

fAllowToGetHelp
fAllowFullControl
MaxTicketExpiry
MaxTicketExpiryUnits

Concepts

Feature Module Settings