RemoteSystemWebAccountFilter Clase

Definición

IRemoteSystemFilter que limita el conjunto de sistemas remotos reconocibles al permitir solo aquellos que han iniciado sesión con una cuenta web determinada.

public ref class RemoteSystemWebAccountFilter sealed : IRemoteSystemFilter
/// [Windows.Foundation.Metadata.Activatable(Windows.System.RemoteSystems.IRemoteSystemWebAccountFilterFactory, 458752, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemWebAccountFilter final : IRemoteSystemFilter
[Windows.Foundation.Metadata.Activatable(typeof(Windows.System.RemoteSystems.IRemoteSystemWebAccountFilterFactory), 458752, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemWebAccountFilter : IRemoteSystemFilter
function RemoteSystemWebAccountFilter(account)
Public NotInheritable Class RemoteSystemWebAccountFilter
Implements IRemoteSystemFilter
Herencia
Object Platform::Object IInspectable RemoteSystemWebAccountFilter
Atributos
Implementaciones

Requisitos de Windows

Familia de dispositivos
Windows 10, version 1809 (se introdujo en la versión 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v7.0)

Constructores

RemoteSystemWebAccountFilter(WebAccount)

Inicializa una instancia de la clase RemoteSystemWebAccountFilter .

Propiedades

Account

La cuenta web que tiene como destino el objeto RemoteSystemStatusTypeFilter .

Se aplica a