AppBroadcastBackgroundServiceSignInInfo
AppBroadcastBackgroundServiceSignInInfo
AppBroadcastBackgroundServiceSignInInfo
AppBroadcastBackgroundServiceSignInInfo
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents the sign-in information for the app broadcast background service.
Note
This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.
public : sealed class AppBroadcastBackgroundServiceSignInInfo : IAppBroadcastBackgroundServiceSignInInfopublic sealed class AppBroadcastBackgroundServiceSignInInfo : IAppBroadcastBackgroundServiceSignInInfoPublic NotInheritable Class AppBroadcastBackgroundServiceSignInInfo Implements IAppBroadcastBackgroundServiceSignInInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
Properties
AuthenticationResult AuthenticationResult AuthenticationResult AuthenticationResult
Gets an object that represents the result of a Web authentication operation.
public : WebAuthenticationResult AuthenticationResult { get; }public WebAuthenticationResult AuthenticationResult { get; }Public ReadOnly Property AuthenticationResult As WebAuthenticationResult// You can use this property in JavaScript.
- Value
- WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult
An object that represents the result of a Web authentication operation.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
OAuthCallbackUri OAuthCallbackUri OAuthCallbackUri OAuthCallbackUri
Gets or sets the OAuth callback URI.
public : Uri OAuthCallbackUri { get; set; }public Uri OAuthCallbackUri { get; set; }Public ReadWrite Property OAuthCallbackUri As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The OAuth callback URI.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
OAuthRequestUri OAuthRequestUri OAuthRequestUri OAuthRequestUri
Gets or sets the OAuth request URI.
public : Uri OAuthRequestUri { get; set; }public Uri OAuthRequestUri { get; set; }Public ReadWrite Property OAuthRequestUri As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The OAuth request URI.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
SignInState SignInState SignInState SignInState
Gets an object representing the sign-in state of the app broadcast background service.
public : AppBroadcastSignInState SignInState { get; }public AppBroadcastSignInState SignInState { get; }Public ReadOnly Property SignInState As AppBroadcastSignInState// You can use this property in JavaScript.
- Value
- AppBroadcastSignInState AppBroadcastSignInState AppBroadcastSignInState AppBroadcastSignInState
The sign-in state of the app broadcast background service.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
UserName UserName UserName UserName
Gets or sets the username for app broadcast background service authentication.
public : PlatForm::String UserName { get; set; }public string UserName { get; set; }Public ReadWrite Property UserName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
Events
SignInStateChanged SignInStateChanged SignInStateChanged SignInStateChanged
Occurs when the sign-in state of the app broadcast background service changes.
public : event TypedEventHandler SignInStateChanged<AppBroadcastBackgroundServiceSignInInfo, AppBroadcastSignInStateChangedEventArgs>public event TypedEventHandler SignInStateChanged<AppBroadcastBackgroundServiceSignInInfo, AppBroadcastSignInStateChangedEventArgs>Public Event SignInStateChanged<AppBroadcastBackgroundServiceSignInInfo, AppBroadcastSignInStateChangedEventArgs>// You can use this event in JavaScript.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
UserNameChanged UserNameChanged UserNameChanged UserNameChanged
Prerelease. Occurs when the UserName property changes.
public : event TypedEventHandler UserNameChanged<AppBroadcastBackgroundServiceSignInInfo, object>public event TypedEventHandler UserNameChanged<AppBroadcastBackgroundServiceSignInInfo, object>Public Event UserNameChanged<AppBroadcastBackgroundServiceSignInInfo, object>// You can use this event in JavaScript.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v2)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|