You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
3.2 KiB
51 lines
3.2 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML DIR="LTR"><HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Credentials Management UI</TITLE>
|
|
<STYLE TYPE="text/css">
|
|
<!--
|
|
BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
|
|
P { font: normal 8pt Tahoma; }
|
|
.showhide { color: blue; text-decoration: underline; cursor: hand; }
|
|
.callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
|
|
.code { font: normal 8pt Courier New; }
|
|
UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
|
|
OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
|
|
H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
|
|
H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
|
|
H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
|
|
H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
|
|
TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
|
|
THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CODE { font-family: Courier New; }
|
|
TT { font-family: Courier New; }
|
|
KBD { font-family: Courier New; font-weight: bold; }
|
|
VAR { font-family: Courier New; font-style: italic; }
|
|
EM { font-style: italic; }
|
|
I { font-style: italic; }
|
|
STRONG { font-weight: bold; }
|
|
B { font-weight: bold; }
|
|
-->
|
|
</STYLE></HEAD>
|
|
<BODY TOPMARGIN="0">
|
|
<H1><A NAME="credentialsmanagementui"></A>Credentials Management UI</H1>
|
|
|
|
<P>The Credentials Management User Interface (UI) component, hereafter called Credui, displays the interface for a user to enter credentials to gain access to a network resource. Credui is used by Windows networking components such as the network redirector, and by applications programs that request authentication information from the user.</P>
|
|
|
|
<P>Credui typically appears when an access has been attempted, but was denied on the basis of the credentials used. The user may enter new credentials with which to retry the access, and may elect to have those credentials saved for future use with the same target. The credentials used can be a username and password, or a smartcard certificate and a personal identification number (PIN). The UI can display as a Windows dialog box, or as a series of textual prompts and responses when called from a command line application.</P>
|
|
|
|
<H2>Component Configuration</H2>
|
|
|
|
<P>There are no configuration requirements for this component. </P>
|
|
|
|
<H2>For More Information </H2>
|
|
|
|
<P>For more information about the Credentials Management UI component, see the Platform Software Development Kit (SDK) at this <A HREF="http://msdn.microsoft.com">Microsoft Web site</A>.</P>
|
|
|
|
</BODY>
|
|
</HTML>
|