win32cred.CredUIConfirmCredentials

CredUIConfirmCredentials(TargetName, Confirm)

Confirms whether credentials entered by user are valid or not

Parameters

TargetName : PyUnicode

Target of credentials that are pending confirmation

Confirm : boolean

Indicates if authentication succeeded

Comments

This function should be called to confirm credentials entered via win32cred::CredUICmdLinePromptForCredentials or win32cred::CredUIPromptForCredentials if CREDUI_FLAGS_EXPECT_CONFIRMATION was passed in Flags to either function.
Sequence of operations:
Prompt for credentials
Authenticate against target using credentials
Call this function to indicate if authentication succeeded or not