 | CredPrompt Constructor |
Initializes a new instance of the
CredPrompt class.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic CredPrompt(
string target
)
Public Sub New (
target As String
)
public:
CredPrompt(
String^ target
)
new :
target : string -> CredPromptParameters
- target
- Type: SystemString
The target.
See Also