Credential Class |
Namespace: Scilligence.MolEngine.Companion
public class Credential : NetworkCredential
The Credential type exposes the following members.
| Name | Description | |
|---|---|---|
| Credential | Initializes a new instance of the Credential class |
| Name | Description | |
|---|---|---|
| Domain | Gets or sets the domain or computer name that verifies the credentials. (Inherited from NetworkCredential.) | |
| Password | Gets or sets the password for the user name associated with the credentials. (Inherited from NetworkCredential.) | |
| SecurePassword | Gets or sets the password as a SecureString instance. (Inherited from NetworkCredential.) | |
| UserName | Gets or sets the user name associated with the credentials. (Inherited from NetworkCredential.) |
| Name | Description | |
|---|---|---|
| AssignCredential | ||
| AssignTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| From | ||
| GetCredential(Uri, String) | Returns an instance of the NetworkCredential class for the specified Uniform Resource Identifier (URI) and authentication type. (Inherited from NetworkCredential.) | |
| GetCredential(String, Int32, String) | Returns an instance of the NetworkCredential class for the specified host, port, and authentication type. (Inherited from NetworkCredential.) | |
| 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 | Returns a string that represents the current object. (Inherited from Object.) |