RemoteSystemAuthorizationKindFilter
RemoteSystemAuthorizationKindFilter
RemoteSystemAuthorizationKindFilter
RemoteSystemAuthorizationKindFilter
Class
Definition
An IRemoteSystemFilter that alters the set of discoverable remote systems by allowing those of a specific authorization kind.
public : sealed class RemoteSystemAuthorizationKindFilter : IRemoteSystemAuthorizationKindFilter, IRemoteSystemFilterpublic sealed class RemoteSystemAuthorizationKindFilter : IRemoteSystemAuthorizationKindFilter, IRemoteSystemFilterPublic NotInheritable Class RemoteSystemAuthorizationKindFilter Implements IRemoteSystemAuthorizationKindFilter, IRemoteSystemFilter// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Remarks
In order to discover cross-user devices, the client device must both use the appropriate filter and be set to allow sharing with anonymous devices. Check this system-wide setting with the RemoteSystem.isAuthorizationKindEnabled method. If the client device is not set to allow anonymous sharing, prompt the user to change this setting in Settings > System > Shared experiences.
Constructors
RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind) RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind) RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind) RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind)
Initializes an instance of the RemoteSystemAuthorizationKindFilter class.
public : RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind remoteSystemAuthorizationKind)public RemoteSystemAuthorizationKindFilter(RemoteSystemAuthorizationKind remoteSystemAuthorizationKind)Public Sub New(remoteSystemAuthorizationKind As RemoteSystemAuthorizationKind)// You can use this method in JavaScript.
Parameters
- remoteSystemAuthorizationKind
- RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind
The authorization kind to target.
Properties
RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind
The authorization kind setting that the containing RemoteSystemAuthorizationKindFilter object targets.
public : RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind { get; }public RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind { get; }Public ReadOnly Property RemoteSystemAuthorizationKind As RemoteSystemAuthorizationKind// You can use this property in JavaScript.
- Value
- RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind RemoteSystemAuthorizationKind
The authorization kind to target.