Click or drag to resize

CredPrompt Class

Encapsulates the Credential Management API functionality for the the command line.
Inheritance Hierarchy
SystemObject
  Koden.Utils.ExchangeCredPrompt

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public sealed class CredPrompt

The CredPrompt type exposes the following members.

Constructors
  NameDescription
Public methodCredPrompt
Initializes a new instance of the CredPrompt class.
Top
Properties
  NameDescription
Public propertyName
Gets or sets the user name.
Public propertyPassword
Gets or sets the password for the credentials.
Public propertySaveChecked
Gets or sets if the save checkbox status.
Public propertyTarget
Gets or sets the name of the target for the credentials.
Top
Methods
  NameDescription
Public methodConfirm
Calls the CredUIConfirmCredentials function which confirms that the credentials provided for the target should be kept in the case they are persisted.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also