Click or drag to resize

CREDMGMTUICredUICmdLinePromptForCredentials Method

Provides access to the Windows command line interface for storing user credentials. http://msdn.microsoft.com/en-us/library/windows/desktop/aa375171(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 CredUICmdLinePromptForCredentials(
	string targetName,
	IntPtr reserved1,
	int iError,
	StringBuilder userName,
	int maxUserName,
	StringBuilder password,
	int maxPassword,
	ref int iSave,
	CREDMGMTUIFLAGS flags
)

Parameters

targetName
Type: SystemString

[Missing <param name="targetName"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

reserved1
Type: SystemIntPtr

[Missing <param name="reserved1"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

iError
Type: SystemInt32

[Missing <param name="iError"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

userName
Type: System.TextStringBuilder

[Missing <param name="userName"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

maxUserName
Type: SystemInt32

[Missing <param name="maxUserName"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

password
Type: System.TextStringBuilder

[Missing <param name="password"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

maxPassword
Type: SystemInt32

[Missing <param name="maxPassword"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

iSave
Type: SystemInt32

[Missing <param name="iSave"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

flags
Type: Koden.Utils.ExchangeCREDMGMTUIFLAGS

[Missing <param name="flags"/> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

Return Value

Type: CREDMGMTUIReturnCodes

[Missing <returns> documentation for "M:Koden.Utils.Exchange.CREDMGMTUI.CredUICmdLinePromptForCredentials(System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32@,Koden.Utils.Exchange.CREDMGMTUI.FLAGS)"]

See Also