The StoredCredentials type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Override of ToString to write out the (unprotected) contents of this StoredCredential.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationName |
Gets or sets the name of the application storing the credentials.
| |
| AuthSettings |
Gets or sets the authentication settings.
| |
| HasPersistedPassword |
Gets or sets a value indicating whether this instance has a persisted password.
| |
| HostSettings |
Gets or sets the host settings.
| |
| LocalCustomSettings |
Gets a collection which can be used to get/set local custom credentials settings.
| |
| SessionSettings |
Gets or sets the session settings.
| |
| StationSettings |
Gets or sets the station settings.
| |
| Updated |
Gets the date and time these credentials were saved.
|