]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr
Add PubKey index check before touching PubKey cache. Internal PubKey Variable PubkeyI...
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderVfr.Vfr
CommitLineData
0c18794e 1/** @file\r
2 Password Credential Provider formset.\r
3\r
4Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials \r
6are licensed and made available under the terms and conditions of the BSD License \r
7which accompanies this distribution. The full text of the license may be found at \r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#include "PwdCredentialProviderData.h"\r
16\r
17formset \r
18 guid = PWD_CREDENTIAL_PROVIDER_GUID,\r
19 title = STRING_TOKEN(STR_CREDENTIAL_TITLE), \r
20 help = STRING_TOKEN(STR_NULL_STRING), \r
21 classguid = PWD_CREDENTIAL_PROVIDER_GUID,\r
22 \r
23 form formid = FORMID_GET_PASSWORD_FORM, \r
24 title = STRING_TOKEN(STR_FORM_TITLE);\r
25 \r
26 text \r
27 help = STRING_TOKEN(STR_NULL_STRING), \r
28 text = STRING_TOKEN(STR_INPUT_PASSWORD),\r
29 text = STRING_TOKEN(STR_NULL_STRING),\r
30 flags = INTERACTIVE,\r
31 key = KEY_GET_PASSWORD;\r
32\r
33 endform;\r
34 \r
35endformset;