MaxTicketExpiryUnits (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the MaxTicketExpiryUnits setting in Windows Embedded 8 Standard (Standard 8).
This setting specifies the unit of time in which to measure the expiration of a remote assistance ticket. Use this setting with MaxTicketExpiry.
The following table shows the possible values.
Value |
Description |
---|---|
0 |
Specifies minutes. |
1 |
Specifies hours. This is the default value. |
2 |
Specifies days. |
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 |
---|---|
Features/Networking/Remote Assistance/MaxTicketExpiryUnits |
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
MaxTicketExpiry