Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 869 Bytes

passwordvault_findallbyresource_714125192.md

File metadata and controls

27 lines (19 loc) · 869 Bytes
-api-id -api-type
M:Windows.Security.Credentials.PasswordVault.FindAllByResource(System.String)
winrt method

Windows.Security.Credentials.PasswordVault.FindAllByResource

-description

Searches the Credential Locker for credentials matching the resource specified.

-parameters

-param resource

The resource to be searched for. If a match does not exist, an exception will throw.

-returns

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.

-examples

-see-also