Class WindowsActivatePlatformSupport
This class contains Windows standalone platform-specific logic to handle app activation from an url or key value pairs.
Implements
Inherited Members
Namespace: Unity.DigitalTwins.Identity.Runtime
Assembly: solution.dll
Syntax
public class WindowsActivatePlatformSupport : IActivatePlatformSupport
Constructors
WindowsActivatePlatformSupport()
Creates a WindowsActivatePlatformSupport that handles app activation from an url or key value pairs.
Declaration
public WindowsActivatePlatformSupport()
Properties
ActivationKeyValue
The key value pairs used to activate the application.
Declaration
public Dictionary<string, string> ActivationKeyValue { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
ActivationUrl
The url used to activate the application.
Declaration
public string ActivationUrl { get; }
Property Value
Type | Description |
---|---|
String |