CredUIConfirmCredentials (credui)
Last changed: -24.75.73.90

.
Summary
Called after CredUIPromptForCredentials or CredUICmdLinePromptForCredentials, to confirm the validity of the credential harvested.

C# Signature:

[DllImport("credui.dll", EntryPoint="CredUIConfirmCredentialsW",
   CharSet = CharSet.Unicode)]
static CredUIReturnCodes CredUIConfirmCredentials(string targetName, bool confirm);

VB Signature:

TODO

User-Defined Types:

CredUIReturnCodes is a handy enum to use to interpret the integer return value.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation