WebAccountClientView Class

Definition

Represents the client view for a web account. Use this to control what information about an account from a provider is available to the client.

public ref class WebAccountClientView sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebAccountClientView final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class WebAccountClientView final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebAccountClientView
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class WebAccountClientView
function WebAccountClientView(viewType, applicationCallbackUri, accountPairwiseId)
Public NotInheritable Class WebAccountClientView
Inheritance
Object Platform::Object IInspectable WebAccountClientView
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Constructors

WebAccountClientView(WebAccountClientViewType, Uri)

Creates a new instance of the WebAccountClientView class.

WebAccountClientView(WebAccountClientViewType, Uri, String)

Creates a new instance of the WebAccountClientView class.

Properties

AccountPairwiseId

Gets the account pairwise Id.

ApplicationCallbackUri

Gets the app callback Uri.

Type

Gets the type of web account client view.

Applies to