SessionConfiguration.AccountKey Field
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.
The key of the account that's being used with the Azure Remote Rendering service.
public: System::String ^ AccountKey;
public string AccountKey;
val mutable AccountKey : string
Public AccountKey As String
Field Value
Remarks
Only one of AccountKey, AccessToken or AuthenticationToken needs to be set.