Skip to content

Commit ecaf64b

Browse files
FindAllAsync: use session-scoped language, drop unverified platform-specific claims
1 parent 784b5d4 commit ecaf64b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.system/user_findallasync_326280522.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Finds all users asynchronously.
1616
When this method completes successfully, it returns a list (type [IVectorView](../windows.foundation.collections/ivectorview_1.md)) of [Users](user.md).
1717

1818
## -remarks
19-
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.
19+
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.
2020

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

2323
## -examples
2424

2525
## -see-also
26-
| [FindAllAsync(UserType)](user_findallasync_711678667.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)
26+
[FindAllAsync(UserType)](user_findallasync_711678667.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)

0 commit comments

Comments
 (0)