SessionConfiguration Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Account information and domain to associate an RemoteRenderingClient instance with.
public value class SessionConfiguration
[System.Serializable]
public struct SessionConfiguration
[<System.Serializable>]
type SessionConfiguration = struct
Public Structure SessionConfiguration
- Inheritance
-
SessionConfiguration
- Attributes
Constructors
SessionConfiguration(String, String, String, String, String, String) |
Fields
AccessToken |
An access token for the account that's being used with the Azure Remote Rendering service. |
AccountDomain |
Domain that will be used for account authentication for the Azure Remote Rendering service. |
AccountId |
The ID of the account that's being used with the Azure Remote Rendering service. |
AccountKey |
The key of the account that's being used with the Azure Remote Rendering service. |
AuthenticationToken |
An authentication token for Azure Active Directory (AAD). |
RemoteRenderingDomain |
Domain that will be used to generate sessions for the Azure Remote Rendering service. |
Methods
HasRequiredInfo() |