 | 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
Syntaxpublic void Confirm(
bool value
)
Public Sub Confirm (
value As Boolean
)
public:
void Confirm(
bool value
)
member Confirm :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
A value of true if the credentials should be persisted.
See Also