SessionConfiguration Struct

Definition

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()

Applies to

See also