Class XboxTicketProperties
Container class for Xbox Live API ticket properties.
Inheritance
System.Object
XboxTicketProperties
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class XboxTicketProperties
Constructors
| Name | Description |
|---|---|
| XboxTicketProperties() |
Properties
| Name | Description |
|---|---|
| AuthMethod | Gets or sets the authentication method. |
| DeviceToken | Gets or sets the device token. |
| DeviceType | Gets or sets the device type for Proof-of-Possession authentication (used for device tokens). |
| Id | Gets or sets the device ID when generating a device token. |
| ProofKey | Gets or sets the cryptographic proof key metadata. |
| RpsTicket | Gets or sets the Relying Party Suite (RPS) ticket. |
| SandboxId | Gets or sets the sandbox ID. |
| SerialNumber | Gets or sets the device serial number. |
| SiteName | Gets or sets the site name. |
| TitleToken | Gets or sets the title token. |
| UseModernGamertag | Gets or sets whether modern gamertag format is used. |
| UserTokens | Gets or sets the array of user tokens. |
| Version | Gets or sets the version of the OS on the device. |