PasswordVault.FindAllByUserName | findAllByUserName method

0 out of 1 rated this helpful - Rate this topic

Searches the Credential Locker for credentials that match the user name specified.

Syntax


var iVectorView = passwordVault.findAllByUserName(userName);

Parameters

userName

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The user name to be searched for.

Return value

Type: IVectorView<PasswordCredential> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<PasswordCredential> [.NET]

When this method returns, contains an IVectorView of credential objects that match the search criteria.

Remarks

Each object returned will have the proper resource and user name, but it will not include the password.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Security.Credentials
Windows::Security::Credentials [C++]

Metadata

Windows.winmd

See also

PasswordVault

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.