Credentials wrapper
| C# |
public class Credentials
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Credentials()()() | Initializes a new instance of the Credentials class | |
| Alias |
Full alias
| |
| AlternateUser |
Specifies whether or not the alternate credentials of this class should be used
| |
| ConfirmCredentials(String, Boolean) |
Confirm credentials for the specified target. When called after PromptForCredentials for the same target, the credentials
will be saved now that they are verified to work.
| |
| Domain |
Domain
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetCredentials(Uri, String) |
Gets a credential cache for the default or specified credentials represented by this instance
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LoadAlternateUser(String, String, String) |
Loads an alternate set of credentials into the instance
| |
| LoadAlternateUser(String, SecureString, String) |
Loads an alternate set of credentials into the instance
| |
| LoadDefaultCredentials()()() |
Loads the default credentials for the current user
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Password |
Password
| |
| PasswordSecure | ||
| PromptForCredentials(IWin32Window, String, String, Bitmap, String, Credentials..::.CredentialPromptBehaviors) |
Uses the XP style password manager to prompt for credentials
| |
| PromptForCredentials(IWin32Window, String, String, Bitmap, String, Credentials..::.CredentialPromptBehaviors, Boolean, Boolean%) |
Uses the XP style password manager to prompt for credentials
| |
| ToString()()() | (Inherited from Object.) | |
| UserName |
User Name
|
| Object | |
| Credentials | |