SecurityServices for .NET 2.0 Documentation

Credential Methods

The methods of the Credential class are listed below. For a complete list of Credential class members, see the Credential Members topic.

Public Static Methods

GetCredentialsOverloaded. Retrieves all credentials from the system that are associated with the current login.

Public Instance Methods

Delete Deletes the credential.
Dispose Closes the credential.
Equals Determines whether the specified Object is equal to the current Credential.
GetContents Gets or sets the contents of the credential.
GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Read Returns the binary contents of the credential.
Refresh Refreshes the information in the credential.
ToString Returns a String that represents the current Credential.
Write Replaces the binary contents of the credential.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace