Click or drag to resize

CREDMGMTUIConfirmCredentials Method

Confirms that the credentials harvested by CredUICmdLinePromptForCredentialsW are valid and should be persisted. http://msdn.microsoft.com/en-us/library/windows/desktop/aa375173(v=vs.85).aspx

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public static CREDMGMTUIReturnCodes ConfirmCredentials(
	string targetName,
	bool confirm
)

Parameters

targetName
Type: SystemString

[Missing <param name="targetName"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.ConfirmCredentials(System.String,System.Boolean)"]

confirm
Type: SystemBoolean

[Missing <param name="confirm"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.ConfirmCredentials(System.String,System.Boolean)"]

Return Value

Type: CREDMGMTUIReturnCodes

[Missing <returns> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.ConfirmCredentials(System.String,System.Boolean)"]

See Also