RemoteSystemAuthorizationKind 列挙型

定義

クライアント デバイスが同じユーザー デバイスのみを検出できるか、他のユーザーのデバイスを検出できるかを指定する値が含まれます。 クロスユーザー デバイスを検出するには、近位接続を介して使用できる必要があります (詳細については、「 RemoteSystemDiscoveryType 」を参照してください)。

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
継承
RemoteSystemAuthorizationKind
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
remoteSystem

フィールド

Anonymous 1

クライアント デバイスは、近位接続に使用できる場合に、他のユーザーのデバイスを検出できます。

SameFamily 2
SameUser 0

クライアント デバイスは、同じユーザーがサインインしているデバイスのみを検出できます。

注釈

RemoteSystemAuthorizationKindFilter がデバイス検出で使用されていない場合、既定の動作は、同じユーザー デバイスのみを検出することです。

適用対象