RemoteSystemAuthorizationKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 RemoteSystemAuthorizationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemAuthorizationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemAuthorizationKind
var value = Windows.System.RemoteSystems.RemoteSystemAuthorizationKind.sameUser
Public Enum RemoteSystemAuthorizationKind
- Inheritance
-
RemoteSystemAuthorizationKind
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
remoteSystem
|
Fields
Name | Value | Description |
---|---|---|
SameUser | 0 | The client device can only discover devices signed in by the same user. |
Anonymous | 1 | The client device can discover other users' devices, provided they are available for proximal connection. |
SameFamily | 2 |
Remarks
If a RemoteSystemAuthorizationKindFilter is not used in device discovery, the default behavior is to discover same-user devices only.