18 строки
545 B
YAML
18 строки
545 B
YAML
### YamlMime:Sample
|
|
sample:
|
|
- name: Credential picker sample
|
|
description: Shows how to use the Windows.Security.Credentials.UI.CredentialPicker class to retrieve credentials, which can then be passed to APIs that may require credentials (for example, HttpClient).
|
|
generateZip: true
|
|
extendedZipContent:
|
|
- path: /SharedContent
|
|
target: /SharedContent
|
|
preserveParentHierarchy: true
|
|
author: oldnewthing
|
|
languages:
|
|
- csharp
|
|
- cpp
|
|
- js
|
|
technologies:
|
|
- windows
|
|
vssolution: /Samples/CredentialPicker/cs/CredentialPicker.sln
|