RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind Enum

Definition

Contains values specifying whether the client device can discover only same-user devices or other users' devices as well. Cross-user devices must be available through a proximal connection in order to be discovered (see RemoteSystemDiscoveryType for details).

public : enum class RemoteSystemAuthorizationKindpublic enum RemoteSystemAuthorizationKindPublic Enum RemoteSystemAuthorizationKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

Anonymous Anonymous Anonymous Anonymous

The client device can discover other users' devices, provided they are available for proximal connection.

SameUser SameUser SameUser SameUser

The client device can only discover devices signed in by the same user.

Remarks

If a RemoteSystemAuthorizationKindFilter is not used in device discovery, the default behavior is to discover same-user devices only.