The StoredCredentials type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Override of ToString to write out the (unprotected) contents of this StoredCredential.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyApplicationName
Gets or sets the name of the application storing the credentials.
Public propertyAuthSettings
Gets or sets the authentication settings.
Public propertyHasPersistedPassword
Gets or sets a value indicating whether this instance has a persisted password.
Public propertyHostSettings
Gets or sets the host settings.
Public propertyLocalCustomSettings
Gets a collection which can be used to get/set local custom credentials settings.
Public propertySessionSettings
Gets or sets the session settings.
Public propertyStationSettings
Gets or sets the station settings.
Public propertyUpdated
Gets the date and time these credentials were saved.

See Also