Click or drag to resize

CredPromptConfirm Method

Calls the CredUIConfirmCredentials function which confirms that the credentials provided for the target should be kept in the case they are persisted.

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public void Confirm(
	bool value
)

Parameters

value
Type: SystemBoolean
A value of true if the credentials should be persisted.
See Also