MaxTicketExpiry (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer that specifies the maximum length of a ticket in the units set by MaxTicketExpiryUnits.

The default value is 6.

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/MaxTicketExpiry

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

CreateEncryptedOnlyTickets
fAllowToGetHelp
fAllowFullControl
MaxTicketExpiryUnits

Concepts

Feature Module Settings