CredentialPicker class
Creates an asynchronous object that displays a dialog box of credentials to the user and collects the user's response.
Note Enterprise credentials retrieved from the CredentialPicker don't have the capability to roam.
Syntax
var credentialPicker = Windows.Security.Credentials.UI.CredentialPicker;
Attributes
- StaticAttribute(Windows.Security.Credentials.UI.ICredentialPickerStatics, NTDDI_WIN8)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
Members
The CredentialPicker class has these types of members:
Methods
The CredentialPicker class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| PickAsync(CredentialPickerOptions) | Displays a dialog box to the user and collects credentials from the user. |
| PickAsync(String, String) | Constructor used to initiate asynchronous prompting operations using two inputs. |
| PickAsync(String, String, String) | Constructor used to initiate asynchronous prompting operations using three inputs. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
