SecurityServices for .NET 2.0 Documentation

Credential Members

Credential overview

Public Static Properties

MaximumPersistence Returns the maximum persistence type that's supported for the current login.

Public Static Methods

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

Public Instance Constructors

Credential Overloaded. Initializes a new instance of the Credential class.

Public Instance Properties

Comment Gets or sets the comment of the credential.
Exists Gets a value that indicates whether the credential already exists in the system or not.
Name Gets or sets the name of the credential.
Persist Gets or sets the persistence type of the credential.

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