PasswordVault.Retrieve | retrieve method

1 out of 4 rated this helpful - Rate this topic

Reads a credential from the Credential Locker.

Syntax


var passwordCredential = passwordVault.retrieve(resource, userName);

Parameters

resource

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

The resource for which the credential is used.

userName

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

The user name that must be present in the credential.

Return value

Type: PasswordCredential

The returned credential that contains all the data.

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.