Skip to content

Commit a5f4b3f

Browse files
FindAllAsync(UserType): use session-scoped language, drop unverified platform-specific claims
1 parent ecaf64b commit a5f4b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.system/user_findallasync_711678667.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The type of users to find.
2020
When this method completes successfully, it returns a list (type [IVectorView](../windows.foundation.collections/ivectorview_1.md)) of [Users](user.md).
2121

2222
## -remarks
23-
On desktop platforms, this method returns at most one user—the interactive user associated with the caller's current session. On Xbox, the list may contain multiple users when more than one user is signed in simultaneously. The method does not enumerate all accounts stored on the device.
23+
This method returns users who are currently signed in to the same session as the calling application. It does not enumerate all accounts stored on the device.
2424

2525
To get the user running the current process directly, use [GetDefault](user_getdefault_846721868.md) (available from Windows 10, version 2104).
2626

2727
## -examples
2828

2929
## -see-also
30-
| [FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)
30+
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)

0 commit comments

Comments
 (0)