Property UIThreadContext
UIThreadContext
Gets or sets the context for the UI thread.
Declaration
public SynchronizationContext UIThreadContext { get; set; }
Property Value
Type | Description |
---|---|
SynchronizationContext | The context for the UI thread. |
Remarks
This SynchronizationContext is required to display credential request dialogs on your application's UI thread.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |