 | 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
Syntaxpublic static CREDMGMTUIReturnCodes ConfirmCredentials(
string targetName,
bool confirm
)
Public Shared Function ConfirmCredentials (
targetName As String,
confirm As Boolean
) As CREDMGMTUIReturnCodes
public:
static CREDMGMTUIReturnCodes ConfirmCredentials(
String^ targetName,
bool confirm
)
static member ConfirmCredentials :
targetName : string *
confirm : bool -> CREDMGMTUIReturnCodes
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